Files
divkit/compat_data/div-tooltip.json
T
4eb0da b905feadff Compat upd
commit_hash:5bcbc11e19a9b3a776cdcc7f8098f7d935c09ebb
2025-02-19 03:18:32 +03:00

48 lines
1.4 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"
}
}
}, {
"id": "tooltip_mode",
"name": "<code>mode</code> property for the tooltip",
"compat": {
"ios": {
"version_added": "31.3.0"
}
}
}]
}