I am having an issue with fixing the screen orientation for my index.html page only. I want to allow the app to rotate except on the home page. I understand that adding the
You can use this PhoneGap Plugin for Android:
https://github.com/champierre/pg-plugin-screen-orientation
And add to your index.html page onload:
navigator.screenOrientation.set('portrait');