mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 00:55:52 +03:00
[GH-ISSUE #1015] Captive portal doesn't pop up after scan QR code #863
Labels
No labels
📶 WiFi
🕸️ HTTP
Branch
DEV Help Wanted
Discussion
Documentation
ESP32
Example
Good First Issue
Hotfix
In Progress
Incomplete
Needs Feeback
Priority
QA
Question
Task
Upstream/Dependancy
bug
duplicate
enhancement
invalid
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/WiFiManager#863
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @bfaliszek on GitHub (Feb 27, 2020).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/1015
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 on GitHub (Feb 27, 2020):
Doesn't seem to work for me at all, says unable to join after I scan, IOS
@tablatronix commented on GitHub (Feb 27, 2020):
Oops I had it anonymous, let me try again
@tablatronix commented on GitHub (Feb 27, 2020):
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 on GitHub (Feb 27, 2020):
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
@bfaliszek commented on GitHub (Feb 27, 2020):
It works exactly the same for me.
@adamgweeks commented on GitHub (Jul 5, 2021):
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! :)