[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

2020-07-11 Thread GitBox
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 instruction to `CDVOrientation.m` at line 84 solved

[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

2020-07-09 Thread GitBox
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