Bug 240312 - webkitEnterFullscreen() is not supported on non-video elements on iPhone
Summary: webkitEnterFullscreen() is not supported on non-video elements on iPhone
Status: RESOLVED DUPLICATE of bug 212934
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit API (show other bugs)
Version: Safari 15
Hardware: iPhone / iPad iOS 15
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-05-11 12:37 PDT by z
Modified: 2022-05-12 08:33 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***