[Webkit-unassigned] [Bug 254863] iOS 16.4 - Screen Orientation API Inconstancy

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 4 01:19:01 PDT 2023


https://bugs.webkit.org/show_bug.cgi?id=254863

--- Comment #3 from Karl Dubost <karlcow at apple.com> ---
Using https://krpano.com/ios/bugs/ios164-screen-orientation/

Firefox Nightly 113 Android 13
window.orientation: -90
screen.orientation.angle: 270 correct
screen.orientation.type: landscape-primary
screen.orientation.type (parsed): 90 wrong

Chrome Canary 113 Android 13
window.orientation: -90
screen.orientation.angle: 270 correct
screen.orientation.type: landscape-secondary
screen.orientation.type (parsed): -90 correct

Safari 16.4 iOS 16.4
window.orientation: -90
screen.orientation.angle: 90 wrong
screen.orientation.type: landscape-primary
screen.orientation.type (parsed): 90 wrong

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230404/a0b5d6cf/attachment.htm>


More information about the webkit-unassigned mailing list