How to lock orientation in phonegap build to only portrait?
And if need to use plugin then please mention config.xml line for adding plugin so I can get more accurate answer.
How to lock orientation in phonegap build to only portrait?
And if need to use plugin then please mention config.xml line for adding plugin so I can get more accurate answer.
Use this line in your config.xml file
<preference name="orientation" value="portrait" />
See more here: http://docs.build.phonegap.com/en_US/configuring_preferences.md.html#Preferences
The community support page is also a good place to find information: http://community.phonegap.com/nitobi