[Webkit-unassigned] [Bug 198744] Figure out a way to simulate device rotation from layout tests on iPad on iOS 13
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Jun 11 07:29:21 PDT 2019
https://bugs.webkit.org/show_bug.cgi?id=198744
--- Comment #1 from Wenson Hsieh <wenson_hsieh at apple.com> ---
It’s worth noting that rotation on iPhone still works 🤷🏻♂️.
What’s happening is that -setOrientation:animated: is called with the correct UIDeviceOrientation, but on iPad only, the UIWindow never ends up registering for the UIDeviceOrientationDidChangeNotification notification because its windowScene is unable to receive device orientation events.
--
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/20190611/c092f1dd/attachment.html>
More information about the webkit-unassigned
mailing list