25 lines
630 B
Markdown
Raw Normal View History

2021-09-29 14:09:02 +02:00
# Network Interface
```
$ ionic cordova plugin add cordova-plugin-networkinterface
2021-09-29 15:19:55 +02:00
$ npm install @awesome-cordova-plugins/network-interface
2021-09-29 14:09:02 +02:00
```
2021-09-29 15:19:55 +02:00
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/network-interface/)
2021-09-29 14:09:02 +02:00
Plugin Repo: [https://github.com/salbahra/cordova-plugin-networkinterface](https://github.com/salbahra/cordova-plugin-networkinterface)
Network interface information plugin for Cordova/PhoneGap that supports Android, Blackberry 10, Browser, iOS, and Windows Phone 8.
## Supported platforms
- Android
- BlackBerry 10
- Browser
- iOS
- Windows
- Windows Phone
2021-09-29 14:38:45 +02:00