Cannot read the property 'type' of undefined error in cordova network plugin
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I am developing android application using cordova and ionic framework,using network plugin from here ( https://github.com/apache/cordova-plugin-network-information ). But the device ready alert fires off and then I get the the following error. "TypeError: Cannot read property 'type' of undefined Here is navigator object navigator.connection.type I will get error in following line. 回答1: use mine document.addEventListener("deviceready", onDeviceReady, false); // Cordova is ready function onDeviceReady() { checkConnection() } function