The result in file “platforms/android/AndroidManifest.xml” is:
android:screenOrientation="userLandscape"
Instead of:
android:screenOrientation="landscape"
Is there a way to get this value outthere somehow ?
If I change it manually and build - it’s really in landscape mode - but I don’t want to do that …
I’m using Cordova 3.4
mmm good to know I actually have a newer version ( 3.5 ) installed, but I’m not sure how do I upgrade the current-old project ( 3.4 ) to use the new version, you have any idea ?