Ship screen orientation lock API
Categories
(Core :: DOM: Core & HTML, enhancement)
Tracking
()
People
(Reporter: m_kato, Assigned: m_kato)
References
(Blocks 1 open bug)
Details
(Keywords: dev-doc-complete, webcompat:platform-bug)
Attachments
(1 file)
Updated•2 months ago
|
Comment 1•2 months ago
|
||
Can we enable this to ride the trains (land a patch) this cycle? I assume we're just flipping a pref from @NIGHTLY@ to true or the like
| Assignee | ||
Comment 2•2 months ago
|
||
(In reply to Randell Jesup [:jesup] (needinfo me) from comment #1)
Can we enable this to ride the trains (land a patch) this cycle? I assume we're just flipping a pref from @NIGHTLY@ to true or the like
All WPTs are passed or filed as spec issues. Also, I have landed an orientation bug for Android 14 last week. I can turn on it now.
| Assignee | ||
Comment 3•2 months ago
|
||
We have implemented the Screen Orientation API except for the unresolved
issue, so let's ship it for Android and Windows tablet.
Comment 5•2 months ago
|
||
| bugherder | ||
Comment 6•2 months ago
|
||
:m_kato, could you consider nominating this for a release note? (Process info)
| Assignee | ||
Comment 7•2 months ago
|
||
Release Note Request (optional, but appreciated)
[Why is this notable]: Support screen.orientation.lock() and screen.orientation.unlock() to set screen's orientation
[Affects Firefox for Android]: Yes
[Suggested wording]: Added support for lock() and unlock() methods of ScreenOrientation interface on Windows tablet and Android.
[Links (documentation, blog post, etc)]:
https://developer.mozilla.org/en-US/docs/Web/API/ScreenOrientation
Comment 8•2 months ago
|
||
Note for devdocs: I believe the browser compat data needs updating too.
Comment 9•2 months ago
|
||
Thanks, added to the Fx144 nightly release notes, please allow 30 minutes for the site to update.
Keeping the relnote-firefox flag as ? to keep it on the radar for inclusion in the final Fx144 release notes.
Updated•1 month ago
|
Comment 10•1 month ago
|
||
FF144 MDN docs work for this can be tracked in https://github.com/mdn/content/issues/41142
Description
•