Bug 212934 - Add support for fullscreen on non-video element on iOS Safari
Summary: Add support for fullscreen on non-video element on iOS Safari
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit API (show other bugs)
Version: Safari 13
Hardware: iPhone / iPad iOS 13
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
: 240312 (view as bug list)
Depends on:
Blocks:
 
Reported: 2020-06-08 16:02 PDT by cxxu
Modified: 2024-07-17 01:04 PDT (History)
6 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description cxxu 2020-06-08 16:02:54 PDT
webkitEnterFullScreen API is only supported for video element (<video>) on iOS, this request is to add fullscreen support on non-video element on iOS, e.g. a div element, etc.

webkitEnterFullScreen API doc: https://developer.apple.com/documentation/webkitjs/htmlvideoelement/1633500-webkitenterfullscreen
MDN doc: https://developer.mozilla.org/en-US/docs/Web/API/Element/requestFullScreen
Comment 1 Radar WebKit Bug Importer 2020-06-08 17:20:56 PDT
<rdar://problem/64141972>
Comment 2 Sam Sneddon [:gsnedders] 2022-05-12 08:33:17 PDT
*** Bug 240312 has been marked as a duplicate of this bug. ***