I'm using Cordova 2.1.0 and seeing a problem on my Samsung Galaxy s3 (Android 4.0.1):

After the app has been put into the background for longer that 20 minutes, I fire it up again and the WebView is completely frozen. No javascript handlers fire at all, and it appears that the deviceready or resume events never fire. Again, this only happens after the app has not been used for about 20 or more minutes. I have to force a restart for things to work again. I'm wondering if anyone else has experienced this and if there are any workarounds.

--The issue appears to be similar to this Cordova jira ticket https://issues.apache.org/jira/browse/CB-1185

没有正确的解决方案

其他提示

After reading the jira ticket above, I upgraded to cordova 2.2.0 for Android and the issue seems fixed.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top