Is there anybody out there, who knows how to fix this plugin to work with the newest cordova/phonegap version?
I have no idea how i can fix the errors in eclipse and i really need a method to change orientation for several pages in my phonegap app!
Is there anybody out there, who knows how to fix this plugin to work with the newest cordova/phonegap version?
I have no idea how i can fix the errors in eclipse and i really need a method to change orientation for several pages in my phonegap app!
You need to make the following changes:
ScreenOrientation.java
Replace with this:
pg-plugin-screen-orientation.js
Replace with this:
Then you can replace sample.html with this:
I've put this together as an Eclipse project - you can download it and the resulting APK here
Note: You might want downgrade from Cordova 2.8.0 to Cordova 2.4.0 until issues with pausing the app in Cordova 2.5.0+ have been resolved - see here