-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
App: Stuck in Login Form #68
Comments
That's a good point. @luke- Should I add a button on the login form? |
Actually I found other situations where you get stuck:
In both cases the back button opens the dialog "Do you want to exit the app?" So it would also be a solution to replace the dialog with "Do you want to switch network?" or "Do you want to exit the network?" when the back button was pressed. The good thing of a solution within the app is, it will work with every HumHub instance. |
Hmm, wouldn't it be better if we could set the back button to jump back to the opener in these cases? |
The back button cannot solve this issue in all cases, because more and more Android devices are configured with the Gesture navigation mode (so no Back button), and iPhone nether had Back button. But:
Alternatively, we could add the "Switch Network" button to the top menu, at the left of the "Sign in/up" button? Also, we could change the current behaviour of the app: |
Ok, thats right, if there is no "Back", then we need another solution.
👍 Yes, we should add a
Maybe just some
Does this also work for networks without open registration?
We should start with a button concept before using some new button styles. We need to be consistent here. But I think that the “Secondary” button will be an outline button in the future...
Hmm, at least when multiple HumHubs configured, that could make sense. |
As the FCM module provides the "Switch Network" button I add this issue/feature request here.
When you add a new network in the app which has no guest access, you see the login page.
If you can't login (forgot password or so) you have no way to get out of this situation as the "Switch Network" button is not present, no back button, nothing.
Not sure about the best solution.
Maybe the button can just be added to the login page?
The text was updated successfully, but these errors were encountered: