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.
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.