-
-
Notifications
You must be signed in to change notification settings - Fork 12
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
Provide navigation options when opening web version from URL #96
Comments
I think the internal state thing you mentioned is a good hack. I wonder if there's an official way of doing it. |
I mentioned it because there is the And actually I found this in the issues on GitHub:
So I'm guessing the better option is to show the menu button if the user can't go back |
It feels so icky though to show or not to show the back button depending on where you came from... I guess it's fine though, let's do it. Only show the menu if we can go back. |
Actually in a web app, I would expect to always have the menu present, and the back button to be consistent if I navigate from a url or from within the app. Maybe we should work on something like that? The issue is having the menu button. back button, title and right action menu button present in the header on a small screen. |
That's very easy to do, and you are right, that's probably the best idea. So just override it only for the web to always be the menu. That's a great solution! |
When opening a url that is not
/notes
, the user can never navigate "back" (i.e. toHome
), because there is nowhere to go back to in the navigation stack.Possible solutions:
Home
by default).We have to consider the different options looking at how it works with the back/forward buttons of the browser.
The text was updated successfully, but these errors were encountered: