Files
4eb0da 338004ad8e Compat upd
commit_hash:cb49621454bd213fc1eef458a75469968c5234a3
2025-01-29 19:20:12 +03:00

40 lines
1.2 KiB
JSON

{
"features": [{
"id": "tooltip_match_parent",
"name": "Tooltip <code>match_parent</code> width",
"compat": {
"android": {
"version_added": "1.0.0"
},
"web": [{
"version_added": "27.4.0",
"partial_implementation": true,
"notes": "match_parent works as the width of the parent element, not as the width of the screen"
}, {
"version_added": "30.28.0"
}],
"ios": {
"version_added": "30.33.0"
}
}
}, {
"id": "tooltip_default_width",
"name": "The default width of the tooltip is <code>match_parent</code>",
"compat": {
"android": {
"version_added": "1.0.0"
},
"web": [{
"version_added": "27.4.0",
"partial_implementation": true,
"notes": "match_parent works as the width of the parent element, not as the width of the screen"
}, {
"version_added": "30.28.0"
}],
"ios": {
"version_added": "31.0.0"
}
}
}]
}