Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
3.7.1
-
None
-
None
-
Android
Description
We use the Cordova framework in our company and our Android app, and with the recent upgrade to version 3.7.1 of the framework we've seen that sometimes when our app calls the handlePause() method on the WebView, a NullPointerException is thrown in it due to the pluginManager object being null. This only seems to happen sometimes when onSaveInstanceState() is called in our app (which then calls handlePause() in the CordovaWebView).
Here's a link to the stack trace and error message that we get: http://pastebin.com/ceDSmeJm