For ios
In the config.xml file:
<preference name="orientation" value="landscape"></preference>
or
<preference name="orientation" value="portrait"></preference>
"ProjectName" -info.plist ios "UISupportedInterfaceOrientations" :
UIInterfaceOrientationLandscapeLeft
UIInterfaceOrientationLandscapeRight
:
UIInterfaceOrientationPortrait
UIInterfaceOrientationPortraitUpsideDown
, .