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/15 10:27:05 UTC

[GitHub] [cordova-plugin-screen-orientation] govindpn commented on issue #69: Ios issue( lock not working)

govindpn commented on issue #69:
URL: https://github.com/apache/cordova-plugin-screen-orientation/issues/69#issuecomment-658687630


   When the orientation is locked to landscape, the app screen orientation is locked perfectly, but the status bar rotates when the iPad screen orientation changes. 
   
   `<key>UISupportedInterfaceOrientations~ipad</key>
   	<array>
   		<string>UIInterfaceOrientationPortrait</string>
   		<string>UIInterfaceOrientationLandscapeLeft</string>
   		<string>UIInterfaceOrientationLandscapeRight</string>
   		<string>UIInterfaceOrientationPortraitUpsideDown</string>
   	</array>`
   


----------------------------------------------------------------
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