Android 4.x orientation with phonegap

前端 未结 2 1133
小蘑菇
小蘑菇 2021-01-07 10:58

I\'ve a web app with phonegap 1.3 and jquerymobile 1.0 that works well on all android version but 4.0 In fact if I change the orientation the app force close with no errors

2条回答
  •  春和景丽
    2021-01-07 11:24

    Try adding this:

    android:configChanges="orientation|screenSize|keyboardHidden" 
    

    as your config change parameter to see if it fixes your issue.

提交回复
热议问题