-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unlock the screen orientation when exiting fullscreen #206
Conversation
Unsure who to ping for comment on for Gecko. |
Checked Gecko (Firefox Nightly on Android with prefs orientation prefs enabled) and it does also exhibit this behavior (it unlocks the orientation lock when exiting full screen). Where it differs is that it doesn't reject the orientation lock's pending promise - but that is minor. @EdgarChen, given the above, would you be supportive of this change? |
Yes, Gecko unlock the orientation lock after document exits fullscreen, see https://searchfox.org/mozilla-central/rev/17349477695facefe7d180d7afc2b74a965c21db/dom/base/ScreenOrientation.cpp#715, so it looks good to me. I filed https://bugzilla.mozilla.org/show_bug.cgi?id=1798646. |
@whatwg/documentation just a heads up about this integration. The tl;dr being that orientation lock is automatically released when exiting full screen (i.e., developer don't need to call |
I think the CI error is unrelated to this change:
|
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
@annevk any criteria that I've missed that is preventing this from being merged? |
This looks good to me, but @foolip is the editor and should probably weigh in. |
@foolip, ping 🛎️ |
Closes #202
(See WHATWG Working Mode: Changes for more details.)
Preview | Diff