You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2020/07/09 16:22:18 UTC

[GitHub] [cordova-plugin-screen-orientation] Manugal edited a comment on issue #68: .lock(ORIENTATIONS.LANDSCAPE) not working in iOS 12 13 if the phone auto rotation is enabled

Manugal edited a comment on issue #68:
URL: https://github.com/apache/cordova-plugin-screen-orientation/issues/68#issuecomment-656221518


   Hi,
   I am experiencing the exact same problem. As workaround, I found that adding the following line to `CDVOrientation.m` at line 84 solved the problem in my case:
   
   `[UINavigationController attemptRotationToDeviceOrientation];`
   
   I could send a PR if maintainers agree on the solution.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org