This repository has been archived by the owner on Feb 20, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
[UX] Decide how back stack should be preserved #1012
Comments
Also see #570 for more feedback about our home/tabs combined view. If we separated out a new "tabs" view while browsing and "home" was really a "root" navigation, this would probably make the navigation a bit cleaner. |
We open a new tab when someone
Within a tab people can open new links or search for new things, this "tab history" can be navigated by using the Android back button. I agree that Home is root and using the back button results in backing out of Fenix. |
Thanks, @topotropic! I will verify we're using this flow and if we aren't I will create a follow-up ticket for addressing it 😄 |
Filed follow-up: #1361. @topotropic feel free to close this if you're done :) |
Thanks, @sblatz! |
data-sync-user
changed the title
[UX] Decide how back stack should be preserved
FNX2-15743 ⁃ [UX] Decide how back stack should be preserved
Jul 30, 2020
data-sync-user
changed the title
FNX2-15743 ⁃ [UX] Decide how back stack should be preserved
FNX3-13657 ⁃ [UX] Decide how back stack should be preserved
Aug 10, 2020
data-sync-user
changed the title
FNX3-13657 ⁃ [UX] Decide how back stack should be preserved
FNX-4718 ⁃ [UX] Decide how back stack should be preserved
Aug 10, 2020
data-sync-user
changed the title
FNX-4718 ⁃ [UX] Decide how back stack should be preserved
FNX2-15743 ⁃ [UX] Decide how back stack should be preserved
Aug 11, 2020
data-sync-user
changed the title
FNX2-15743 ⁃ [UX] Decide how back stack should be preserved
[UX] Decide how back stack should be preserved
May 18, 2022
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently we have an ever growing stack of pages that piles up every time a user clicks on a link, clicks on the tab button (to go "home"), switching to private mode, etc.
It's possible there is a bit of disconnect between how we internally think of the "home" screen, and how users see it as a "tab switcher" (due to it being a tab icon). Because of this we've had user requests for the back button to take you to your previous tab when on the home screen.
However, as an engineer, I view this as a "home screen" and thus don't think a back button should ever take me back to the browser view (home is where we start the user, why would back take me forward?).
Some UX clarification on how this should operate would be great. Perhaps we want to change the "tabs" icon back to a "home" icon for more clarification? I'm sure there are other solutions that would allow us to all align our thinking on this.
┆Issue is synchronized with this Jira Task
The text was updated successfully, but these errors were encountered: