I am using PhoneGap and I am working with an Android web application.
How to disable screen rotation for only one page?
I was looking for this solution, but all solutions say disabling screen rotation in the AndroidManifest.xml file. However, this disables rotation for the entire application. I need to turn off rotation for only one page.
Can this be done using PhoneGap / Javascript code? I do not use Java code.
Thanks.
source share