Network Information in ionic 3
This plugin provides an implementation of the Network Information API. This provides the Information about the cellular devices and wifi connection, it will give information whether the device has an internet connection.Installation
Use the Cordova network plugin to get information, whether the mobile connected with the internet connection.ionic cordova plugin add cordova-plugin-network-information
npm install --save @ionic-native/network
0 Comments