Although cross platform development for mobile devices is so good. There isn\'t a simple option to disable auto-rotate or lock into one orientation i.e. portrait or landscape.>
Cordova allows you to set this in config.xml
Just add this line within the tags:
You can also use landscape above for the opposite effect.
landscape
Source: Apache Cordova DOcumentation - The config.xml File