Hi all,
I just forked this pull request from @klich3: Pull Request
I made some fixes and I did create another function (suggestConnection) for the new API. You can read more here
If you want to test my code or you need to have this working, here is my repo: 3.3.0
Run cordova plugin add https://github.com/matscav/WifiWizard2#dev
In Android 10+ all you have to do is call WifiWizard2.suggestConnection(SSID, password, algorithm, isHiddenSSID) instead of WifiWizard2.connect(SSID, bindAll, password, algorithm, isHiddenSSID)
Hope this can help anyone!
Hi all,
I just forked this pull request from @klich3: Pull Request
I made some fixes and I did create another function (suggestConnection) for the new API. You can read more here
If you want to test my code or you need to have this working, here is my repo: 3.3.0
Run
cordova plugin add https://github.com/matscav/WifiWizard2#devIn Android 10+ all you have to do is call
WifiWizard2.suggestConnection(SSID, password, algorithm, isHiddenSSID)instead ofWifiWizard2.connect(SSID, bindAll, password, algorithm, isHiddenSSID)Hope this can help anyone!