Replies: 1 comment
-
I’d need to confirm myself but I think that is expected behaviour to completely reset navigation on entering a secure menu. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
when I click back on a SubSubmenu it dosen't navigate to the parent Submenu but to the root menu.
I'm using tcmenu 4.2.1 and set a AuthenticationManager:
`class MyAuthenticationManager : public AuthenticationManager {
public:
explicit MyAuthenticationManager(AuthenticationManagerType authType) : AuthenticationManager(authType) {}
};
MyAuthenticationManager myAuthenticationManager(AUTHENTICATION_IN_FLASH);
setup() {
...
menuMgr.setAuthenticator(&myAuthenticationManager);
...
}
`
My menu is:
Root -> Settings (secured) -> Wifi
When I click in Wifi-Menu back, it navigates to Root instead of Settings.
What I'm doing wrong. Thanks for help.
Andreas
Beta Was this translation helpful? Give feedback.
All reactions