mosabab edited a comment on issue #899:
URL: https://github.com/apache/cordova-ios/issues/899#issuecomment-643841814


   For iOS you should use the preference for orientation and set value to all 
like this
   `<preference name="Orientation" value="all" />`
   
   This will set when cordova add the platform and tell the platform for iOS to 
make all possible orientation for iOS devices.
   
   In the past, if you dont't use the prefence orientation with value all or 
even if you ommit this preference, the orientation was set for both landscape 
and portrait mode (like Android), but recently you should use the preference 
orientation with value all to see both orientation modes.
   


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