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

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -