tripflex / WifiWizard2

A Cordova plugin for managing Wifi networks (new version of WiFiWizard) - Latest is version 3+
https://www.npmjs.com/package/cordova-plugin-wifiwizard2
Apache License 2.0
122 stars 146 forks source link

ERROR_SETWIFIENABLED #132

Open monschine opened 2 years ago

monschine commented 2 years ago

Is there a way to enable wifi on device, I always get error: ERROR_SETWIFIENABLED

WifiWizard2.enableWifi().then((info) => { console.log('Device WIFI Enabled',info); }).catch(( error ) => { console.log( 'Could Not Turn On Device Wifi.', error ); });

kareemkhalil commented 1 year ago

did you managed to do it?