During the development of my Android application using Cordova and Ionic framework, I encountered an issue with the network plugin from this source (https://github.com/apache/cordova-plugin-network-information). After the device ready alert triggers, I received the following error message:
"TypeError: Cannot read property 'type' of undefined
Below is the navigator object that caused the error:
navigator.connection.type
The error was pinpointed to the specific line mentioned above.