| I am developing a application using Phonegap for Android and iphone. I
need to change the screen orientation when i am navigating from one
page to another. Can any one tell how it can be done through either java
script or jquery ?
Thank you |
--
-- You received this message because you are subscribed to the Google
Groups "phonegap" group.
To post to this group, send email to phon...@googlegroups.com
To unsubscribe from this group, send email to
phonegap+u...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/phonegap?hl=en?hl=en
For more info on PhoneGap or to download the code go to www.phonegap.com
To compile in the cloud, check out build.phonegap.com
|
You can use this PhoneGap Plugin for Android: https://github.com/champierre/pg-plugin-screen-orientation And add to your index.html page onload:
|