hoerresb / WifiWizard

A Cordova plugin for managing Wifi networks
Apache License 2.0
205 stars 177 forks source link

WifiWizard always return “Class not found” #101

Closed frcol closed 7 years ago

frcol commented 7 years ago

Im´trying to use WifiWizard in an Ionic 1 app but it always return "Class not found" as an error message:

$ionicPlatform.ready(function(){ WifiWizard.getCurrentSSID(function() { console.log("successNetwork") }, function(msg) { console.log(msg); }); }) Any sugestion?