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


   @timbru31
   
   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. 
   
   The application Does not support Multitasking.  
`<key>UIRequiresFullScreen</key>
        <true/>`
   
   
   `<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:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to