mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 00:55:52 +03:00
[GH-ISSUE #212] Can't paste into captive portal fields with iPhone #174
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#174
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 @Daemach on GitHub (Aug 8, 2016).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/212
On my older android, I don't get a captive portal page immediately when connecting to wifi. When I open the browser, I do get redirected to the config page as expected. On my iphone 6, clicking on the AP in the wifi setup screen opens the captive portal page immediately, but I can't paste anything into the fields on this screen. I had hoped to paste the blynk token from the email they send, and it looks like that's what you intended.
For simple wifi config, the captive portal is great. For folks that need to gather more info, it would be great if we could find a way around the current behavior, but still make the config page accessible via the browser. It's an extra step, but that token is too important to trust to manual entry.
https://discussions.apple.com/thread/7491051?start=0&tstart=0
Can this be done through the DNS server? If something tries to get to http://captive.apple.com/hotspot-detect.html, the device needs to return
<HTML><HEAD><TITLE>Success</TITLE></HEAD><BODY>Success</BODY></HTML>@kentaylor commented on GitHub (Aug 9, 2016):
The captive portal is just a stripped down web browser as stated on your link https://discussions.apple.com/thread/7491051?start=0&tstart=0. On Android and and Chromebooks this browser does not open automatically but must be clicked.
You can close this pop up browser and use the regular web browser as an alternative. Then cut and paste will work fine. There is a version of WiFi manager that shuts down the ESP8266 web server manually rather than automatically at https://github.com/kentaylor/WiFiManager/ which I think is more intuitive with a normal web browser.
In my view you should get your blynk token from a server somewhere and only use WiFi manager for connecting to WiFi.
@Daemach commented on GitHub (Aug 9, 2016):
I need some way of linking the hardware device to a user's account. This seems to be the simplest place to make that link, either via a stored token or a redirect with a serial number.
@mfalkvidd commented on GitHub (Jan 26, 2018):
@tablatronix is this fixed now? If so, do you have a commit reference?
@tablatronix commented on GitHub (Jan 26, 2018):
Needs confirmation
@tablatronix commented on GitHub (Jan 26, 2018):
cannot reproduce