Skip to content

Commit

Permalink
Safari iOS 18.3. fully supports popover (#25787)
Browse files Browse the repository at this point in the history
The major bug with light dismiss has been addressed.
  • Loading branch information
lukewarlow authored Jan 28, 2025
1 parent 144ebd1 commit f3c25a3
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions api/HTMLElement.json
Original file line number Diff line number Diff line change
Expand Up @@ -2306,11 +2306,17 @@
"safari": {
"version_added": "17"
},
"safari_ios": {
"version_added": "17",
"partial_implementation": true,
"notes": "On iOS and iPadOS, popovers are not dismissed when the user taps outside of the popover area, see [bug 267688](https://webkit.org/b/267688)."
},
"safari_ios": [
{
"version_added": "18.3"
},
{
"version_added": "17",
"version_removed": "18.3",
"partial_implementation": true,
"notes": "On iOS and iPadOS, popovers are not dismissed when the user taps outside of the popover area, see [bug 267688](https://webkit.org/b/267688)."
}
],
"samsunginternet_android": "mirror",
"webview_android": "mirror",
"webview_ios": "mirror"
Expand Down

0 comments on commit f3c25a3

Please sign in to comment.