Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 740 Bytes

Readme.md

File metadata and controls

39 lines (31 loc) · 740 Bytes

Cordova WifiInfoPlugin

  • License - The MIT License
  • Test on Cordova 3.4.0

Install Step (Cordova CLI)

cordova plugin add https://github.com/ManRueda/org.apache.cordova.wifiinfo

API

Example 1

window.wifi.lan;			//Connected WiFi info
window.wifi.networks;	    //Array of the visible WiFi networks

Example 2

window.wifi.refresh();

Changelog

  • 2014/4/17
    • Change wifi object structure
    • Fix SSID string format
  • 2014/4/3
    • Add compatibility with Cordova 3.4.0
    • Change output structure
    • Add plugman compatibility
  • 2013/4/5
    • Adjust output format
    • Add available network