Closed
Bug 1744101
Opened 3 years ago
Closed 3 years ago
Support ScreenOrientation.unlock
Categories
(GeckoView :: General, enhancement, P1)
Tracking
(firefox97 fixed)
RESOLVED
FIXED
97 Branch
Tracking | Status | |
---|---|---|
firefox97 | --- | fixed |
People
(Reporter: calu, Assigned: calu)
References
(Blocks 1 open bug)
Details
(Whiteboard: [geckoview:m97])
Attachments
(1 file, 1 obsolete file)
(deleted),
text/x-phabricator-request
|
Details |
No description provided.
Assignee | ||
Comment 1•3 years ago
|
||
Updated•3 years ago
|
Priority: -- → P1
Whiteboard: [geckoview:m97]
Assignee | ||
Updated•3 years ago
|
Assignee: nobody → calu
Assignee | ||
Comment 2•3 years ago
|
||
Assignee | ||
Comment 3•3 years ago
|
||
Unlocking the screen orientation means locking the device to its default orientation. It is the same as calling screen.orientation.lock('natural')
, where natural means the "device manufacturer's considered default orientation". That corresponds to the GeckoScreenOrientation constant ScreenOrientation_Default
. In the Java public API, ActivityInfo.SCREEN_ORIENTATION_UNSPECIFIED corresponds to default, as specified by chromium (https://chromium.googlesource.com/chromium/src/+/66.0.3359.158/content/public/android/java/src/org/chromium/content/browser/ScreenOrientationProvider.java).
Updated•3 years ago
|
Attachment #9254104 -
Attachment description: WIP: Bug 1744101 - Support ScreenOrientation.unlock → Bug 1744101 - Support ScreenOrientation.unlock
Updated•3 years ago
|
Attachment #9254099 -
Attachment is obsolete: true
Pushed by calu@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/85a76acf474e
Support ScreenOrientation.unlock r=geckoview-reviewers,agi
Comment 5•3 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 3 years ago
status-firefox97:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 97 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•