hoerresb / WifiWizard

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

Uncaught ReferenceError: WifiWizard is not defined at wifiservice.js:46 #109

Open arunpramodh opened 7 years ago

arunpramodh commented 7 years ago

I have included the WifiWizard plugin in my ionic project to scan all the reachable wifi signals. But it always gives me the error Uncaught ReferenceError: WifiWizard is not defined at wifiservice.js:46

Should I include any other plugin or lib. Please share your inputs

arunpramodh commented 7 years ago

Resolved. I have included in config.xml , installed ng-cordova and included just above the cordova.js script tag in index.html.

It works only on device not in desktop web browser