0
Stop Phone Gap Android Application Crash when orientation Changes
Problem
PhoneGap Android Application crashes when orientation changes
Solution
Some changes need to be done in the AndroidMainfest.xml file
Put the following to the Main activity or all the activity you have
android:configChanges="orientation|screenSize|keyboardHidden"
PhoneGap Android Application crashes when orientation changes
Solution
Some changes need to be done in the AndroidMainfest.xml file
Put the following to the Main activity or all the activity you have
android:configChanges="orientation|screenSize|keyboardHidden"
Post a Comment