Alisofin

Results 20 comments of Alisofin

Having to wait once for the map to load is acceptable. Is it possible to load it only once when the app is initialising ?

Some update: the connection actually happens in Android but WiFiForIoTPlugin.getSSID() always returns . Please help !

Yes, I've got all of these in AndroidManifest.xml: Connection is ok but WiFiForIoTPlugin.getSSID() return is wrong. What is weird is the fact, that Android doesn't ask the user for permission...

This works for me. It connects to a wifi access point with no internet access: < bool status; await WiFiForIoTPlugin.disconnect(); status = await WiFiForIoTPlugin.connect(_robotServerSsid, password: _robotServerPassword, joinOnce: (Platform.isIOS) ? false...

I have just managed to make it work by doing: await disconnect(), await connect(), await forceWifiUsage()

Hello, I have the same issue. Is the bug fixed ?

Many thanks, problem solved !

Hi @mercuryeater , everything works fine now, I even use camera.uxga (1600 x 1200) and camera.bestQuality. To be honest, I can't remember how I fixed it. What I know for...