Files
divkit/compat_data/div-tooltip.json
T
4eb0da 0bf5b704a3 Compat upd
commit_hash:9f46e0c1d548bf6f25839e85649850b5e0b608a2
2025-01-21 12:25:04 +03:00

22 lines
618 B
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"
}
}
}]
}