Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
3.5.0, 3.6.0
-
None
-
None
-
Android API 14 and 15 for Network Information plugin and Android API 10 for Dialogs plugin.
Description
I managed to update my app from Cordova 3.4.1 version to latest Cordova version. I reinstalled all required plugins as well. Everything went fine on newer Android devices.
Then i tried the app on older devices. On Android API 14 and 15 the network-information plugin makes trouble. When it is installed the app don't fire deviceReady. I see in log:
10-20 09:34:41.265: E/Web Console(5074): Uncaught TypeError: Cannot set property connection of #<Navigator> which has only a getter at file:///android_asset/www/cordova.js:512
On API 10 this is no problem. But the dialogs plugin fail. I can't see any single dialog.