Please explain how can I remove screen orientation from PhoneGap android application in eclipse.
My app was unexpectedly closed when I am trying to rotate my phone. I need to remove that.
I don’t need the rotation system at all.
Please pick up a solution with explain.
Thanks in advance.
Just add
android:screenOrientation="portrait"orandroid:screenOrientation="landscape"inactivity Tagof Manifest file depending on your requirement and your application will behave as you have set the orienation.