Bug 240312
| Summary: | webkitEnterFullscreen() is not supported on non-video elements on iPhone | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | z |
| Component: | WebKit API | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | gsnedders |
| Priority: | P2 | ||
| Version: | Safari 15 | ||
| Hardware: | iPhone / iPad | ||
| OS: | iOS 15 | ||
z
On iPhone devices, the webkitEnterFullscreen() method does not allow triggering full screen mode on non-video elements. The method works as expected on iPad devices and on desktop Safari.
Apple documentation: https://developer.apple.com/documentation/webkitjs/htmlvideoelement/1633500-webkitenterfullscreen
MDN documentation for Fullscreen API (non-prefixed): https://developer.mozilla.org/en-US/docs/Web/API/Element/requestFullScreen
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Sam Sneddon [:gsnedders]
*** This bug has been marked as a duplicate of bug 212934 ***