mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 00:55:52 +03:00
[GH-ISSUE #1499] Custom menu with redirection? #1281
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#1281
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 @eried on GitHub (Sep 16, 2022).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/1499
Hi, I am using this custom menu:
which works very good, but for example if you are in /param you dont have "Back" button, or if you press "Save" you get to a screen that says "Settings saved" but no button or redirection.
I am missing something?
@tablatronix commented on GitHub (Sep 16, 2022):
Yeah, no there is no nav, I figured people would rather inject their own headers or something
there is an experimental flag hardcoded in the .h file you can try, no final decisions made on nav, not sure if there is even an open issue for it.. hnmm
boolean _showBack = false; // show back button@tablatronix commented on GitHub (Sep 16, 2022):
#1058
@eried commented on GitHub (Sep 19, 2022):
oh, I see. Yeah, does not break anything, you can use the browser's back, but it just felt missing :)
@eried commented on GitHub (Sep 19, 2022):
this works well, thanks. The paramsave however does not show back
I guess here it would be nice if I just skip the portal timeout
@tablatronix commented on GitHub (Sep 19, 2022):
Ok I can fix that, It need to go home probably though instead
@eried commented on GitHub (Sep 19, 2022):
Nice thanks! With the esp32 "Preferences", and lot of options this library is a lifesaver 😁