dpa99c / cordova-diagnostic-plugin

Cordova/Phonegap plugin to manage device settings
540 stars 361 forks source link

setWifiState not working Android API 27+ #349

Closed f18nfz closed 5 years ago

f18nfz commented 5 years ago

I can't seem to get the WiFi functions working on Android API 27 and above, seems to work fine below that. I did ensure I targeted ANDROID_SUPPORT_VERSION=27.+ When using the setWifiState to activate WiFi I'll get the success message even when the operation didn't do anything - this only seems to happen on API 27 and above. I don't see any issues from the logs, Is it just me/Any ideas?

EDIT: Got it working by re-adding Android platform, not too sure what the issue was, perhaps it was some version mismatches with the plugins.