`
squall140
  • 浏览: 140276 次
  • 性别: Icon_minigender_1
  • 来自: 天津
社区版块
存档分类
最新评论

Phonegap app crashes when switched orientation even with AndroidManifest changes

阅读更多

In your case the attribute android:configChanges="orientation|screenSize|keyboardHidden"should go to the first <activity> tag and not the <application> tag.

For the other people having similar issues simply add screenSize toandroid:configChanges="orientation|keyboardHidden" or change theandroid:minSdkVersion attribute to 12 or lower.

A more detailed explanation of this behavior can be found here:http://groups.google.com/group/phonegap/msg/c771fffc4dd9daaf

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics