emoncms / cordova-emon-devices

0 stars 1 forks source link

WiFiWizard2 not compatible with Android 10 #1

Open emrysr opened 3 years ago

emrysr commented 3 years ago

FYI. Android 10 (Q) uses Android SDK 29

emrysr commented 3 years ago

seems there might be a recent pull request (27 days ago).. https://github.com/tripflex/WifiWizard2/commit/78efe4dd495cf4e08892f4d67975b278851d18f3#diff-03ec33218910fa898726e3a6822631962ee189aee7b1dbf54eb27008923a2e68R467

emrysr commented 3 years ago

problem was with android 10 (Q) not allowing WiFIManager to handle the wifi connections in the same way as before...

I think this better describes it: https://stackoverflow.com/questions/57929863/android-q-10-connect-to-network-wifinetworkspecifier

the wifiwizard (cordova plugin) is what is used to manage the wifi connections in the app. the above (previous comment) linked recent commit now uses a newer WifiNetworkSpecifier.Builder();