Bug 240312

Summary: webkitEnterFullscreen() is not supported on non-video elements on iPhone
Product: WebKit Reporter: z
Component: WebKit APIAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: gsnedders
Priority: P2    
Version: Safari 15   
Hardware: iPhone / iPad   
OS: iOS 15   

Description z 2022-05-11 12:37:05 PDT
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
Comment 1 Sam Sneddon [:gsnedders] 2022-05-12 08:33:17 PDT

*** This bug has been marked as a duplicate of bug 212934 ***