Plugin Error in Phonegap build iPA File
dear,
we have build ipa file using phonegap build site. application working , has below mentioned plugins:
cordova-plugin-device
cordova-plugin-file
cordova-plugin-file-transfer
cordova-plugin-media
cordova-plugin-network-information
cordova-plugin-screen-orientation
cordova-plugin-splashscreen
cordova-plugin-whitelist
io.litehelpers.cordova.sqlitestorage
when application opened in ios device gives error saying typeerror: undefined not object (evaluating 'navigator.connection.type')
the network plugin in use since months , there no change code referred plugin features:
var networkstate = navigator.connection.type; /**********application error points line**********/
var states = {};
states[connection.unknown] = 'unknown connection';
states[connection.ethernet] = 'ethernet connection';
states[connection.wifi] = 'wifi connection';
states[connection.cell_2g] = 'cell 2g connection';
states[connection.cell_3g] = 'cell 3g connection';
states[connection.cell_4g] = 'cell 4g connection';
states[connection.cell] = 'cell generic connection';
states[connection.none] = 'no network connection';
can please resolve issue?
thanks,
abhishek.
hello,
there problem plugins on phonegap build. issue has been escalated. patience.
-a
More discussions in PhoneGap Build
adobe
Comments
Post a Comment