WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
193078
WKWebView ignores Element.webkitRequestFullscreen.
https://bugs.webkit.org/show_bug.cgi?id=193078
Summary
WKWebView ignores Element.webkitRequestFullscreen.
Ram
Reported
2019-01-02 10:52:28 PST
If this actually hasn't been implemented, I like how Edge does it, where the web view has a `ContainsFullscreenElement` property and a `ContainsFullscreenElementChanged` event, and a fullscreen element doesn't do anything other than fill the web view.
Attachments
Add attachment
proposed patch, testcase, etc.
Jer Noble
Comment 1
2019-01-04 10:42:53 PST
Brady and I were talking about this earlier; the current fullscreen implementation for Safari will rip the WKWebView out of its view hierarchy. Fullscreen isn't enabled by default because that's super problematic for third party clients who may not expect such behavior. One alternative may be to require clients to implement a set of WKWebView fullscreen delegate methods, and have the client worry about getting their WKWebView into some kind of "full screen" presentation state.
karl
Comment 2
2021-10-13 00:29:12 PDT
This creates a webcompat issue.
https://github.com/webcompat/web-bugs/issues/68762
Radar WebKit Bug Importer
Comment 3
2024-02-08 15:17:19 PST
<
rdar://problem/122586538
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug