mdn / browser-compat-data

This repository contains compatibility data for Web technologies as displayed on MDN
https://developer.mozilla.org
Creative Commons Zero v1.0 Universal
4.99k stars 2.01k forks source link

api.Element.requestFullscreen - Support Matrix update for Chrome on iOS #15661

Closed sisirkon closed 1 year ago

sisirkon commented 2 years ago

What information was incorrect, unhelpful, or incomplete?

Currently there is no mention of Chrome iOS even for ipad on the matrix.

The fullscreen api seems to work out of the box without specifically mentioning webkit on a div tag. Where as on chrome iOS webkitEnterFullScreen is the only thing that works and only on a video tag.

Validated the api on iOS 12 / Chrome 75 and iOS 15 / Chrome 96.

Works fine on Chrome on Android and Windows.

What did you expect to see?

I would expect Chrome on iOS to behave the same way as Safari on iOS on an ipad. If not then a separate one identifying the difference.

Did you test this? If so, how?

Validated it on the device version mentioned above.

As an alternative , tried this as well https://www.w3schools.com/jsref/tryit.asp?filename=tryjsref_element_requestfullscreen_exit

MDN page report details * Query: `api.Element.requestFullscreen` * MDN URL: https://developer.mozilla.org/en-US/docs/Web/API/Element/requestFullScreen * Report started: 2022-04-04T18:28:47.376Z
queengooborg commented 1 year ago

We don't track Chrome or other third-party browsers on iOS/iPadOS, as the differences between them and Safari itself are far too minimal.