欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

Phonegap app crashes when switched orientation even with AndroidManifest changes

程序员文章站 2022-04-02 15:38:23
...

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