mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-30 10:35:52 +03:00
[GH-ISSUE #848] On Android the Portal landing screen is hanged for few seconds. #713
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#713
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 @rohitjust24idpl on GitHub (Mar 13, 2019).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/848
@tzapu @tablatronix
Basic Infos
Hardware
WiFimanager Branch/Release:
Esp8266/Esp32:
Hardware: ESP-12e, esp01, esp25
ESP Core Version: 2.4.0, staging
Description
Specifically on Android ( i have tested on 8.1.0 and 9 ), following is my observation:
Settings in IDE
Module: NodeMcu
Additional libraries:
Sketch
Debug Messages
++++++++++++++++++++++++++++++++++++++++++++++++++
11:17:20.190 -> *WM: [2] Scan is cached 6413 ms ago
11:17:30.352 -> *WM: [3] -> connect.rom.miui.com
11:17:30.352 -> *WM: [2] <- Request redirected to captive portal
11:17:40.363 -> *WM: [2] <- HTTP Root
++++++++++++++++++++++++++++++++++++++++++++++++++
Notice above 4 lines, it took around 20 seconds to show up the portal
Please suggest.
@tablatronix commented on GitHub (Mar 13, 2019):
Have you pulled recently?
@rohitjust24idpl commented on GitHub (Mar 14, 2019):
@tablatronix
Yes i have latest release v0.14.
Plus i have tried on the latest development version as well.
@tablatronix commented on GitHub (Mar 14, 2019):
I mean the latest development there was a bug just fixed for that.
As far as .14 no idea there is often a delay but not usually that long
@rohitjust24idpl commented on GitHub (Mar 15, 2019):
@tablatronix
yes i have tried on both master and development ( both latest ).
issue does not seems to be fixed. i will see if i can shoot a video and send you a link.