PolarCape / polarcape-cordova-plugin-wifi-connect

Polar Cape Cordova Plugin WiFi Connect

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Polar Cape Cordova Plugin WiFi Connect (Android)

Install

npm install -g polarcape-cordova-plugin-wifi-connect

Example

Test on Cordova 3.4.0

    
    var args = [{"SSID":"Goran's iPhone"}];
    window.wifiConnect(function(data){
        console.log(data);
    },args);


License - The MIT License

About

Polar Cape Cordova Plugin WiFi Connect


Languages

Language:Java 100.0%