-
I'm trying to use WifiWizard2 with Ionic/Vue on an Android phone.
The WifiWizard2 object seems to be ok, it has the expected properties. |
Beta Was this translation helpful? Give feedback.
Answered by
321dev
Sep 16, 2024
Replies: 1 comment
-
It worked after adding the necessary permissions to AndroidManifest.xml and using WifiWizard2.scan() instead of listNetworks(). I'm adding this here, just in case someone else is looking for a solution. I don't know if all of these are necessary, probably not:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
321dev
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It worked after adding the necessary permissions to AndroidManifest.xml and using WifiWizard2.scan() instead of listNetworks().
I'm adding this here, just in case someone else is looking for a solution. I don't know if all of these are necessary, probably not: