Is there any possibility to disable the screen rotation of the app in jquery-mobile -
hey guys i'm using phonegap , jquery mobile build app android phone. there possibility disable screen rotation of app. new jquery mobile. sorry if asking inappropriate question.
yes it's possible must set in cordova/phonegap parameter not in app/www
in app folder there config.xml
<preference name="orientation" value="default" /> <!-- all: default means both landscape , portrait enabled -->
Comments
Post a Comment