tzapu / WiFiManager

ESP8266 WiFi Connection manager with web captive portal
http://tzapu.com/esp8266-wifi-connection-manager-library-arduino-ide/
MIT License
6.6k stars 1.97k forks source link

Captive portal doesn't pop up after scan QR code #1015

Open bfaliszek opened 4 years ago

bfaliszek commented 4 years ago

Hardware

WiFimanager Branch/Release:

Esp8266/Esp32:

WifiManager works without any problem if you have selected network networks in Settings> WiFi. A captive portal appears and everything works as it does. I generated a QR code with the name of my WiFi network at https://qifi.org. After scanning the code on the iPhone, nothing happens. Captive portal does not appear. Only after going into Settings>WiFi does the captive portal pop up. I just don't know if it's a problem with WiFiManager or iOS.

tablatronix commented 4 years ago

Doesn't seem to work for me at all, says unable to join after I scan, IOS

tablatronix commented 4 years ago

Oops I had it anonymous, let me try again

tablatronix commented 4 years ago

It only works for me if I accept, close the camera goto settings wifi->then it auto pops the portal. It seems to be waiting but gives you no notification that it needs further info etc.. Seems buggy

tablatronix commented 4 years ago

adding qr code for testing dev examples if(!wm.autoConnect("WM_AutoConnectAP","12345678")) {

https://github.com/tzapu/WiFiManager/blob/development/examples/DEV/OnDemandConfigPortal/OnDemandConfigPortal.ino

WM_AutoConnectAP-qrcode

bfaliszek commented 4 years ago

It only works for me if I accept, close the camera goto settings -> wifi - then it auto pops the portal. It seems to be waiting but gives you no notification that it needs further info etc.. Seems buggy

It works exactly the same for me.

adamgweeks commented 3 years ago

I'm working with a completely different captive network system and I'm getting the same effect in iOS. I think it's just an iOS security thing?

If anyone confidently says I'm wrong that would be very useful to me! :)