Skip to content
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

Browser back/forward navigation is functional where needed but has side effects #5

Open
POWERBACKme opened this issue Nov 3, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@POWERBACKme
Copy link
Owner

type-route is the app's router dependency.

As a Single Page Application, back and forward browser navigation must be virtualized to maintain a native feel for the user.

The algorithm in app.js works fine when navigating the mobile Login landing screen, however copies of the instance in the user's browser history of visiting the app begin to fill up, meaning lots of clicking for the user if they want to "get out."

@POWERBACKme POWERBACKme added the bug Something isn't working label Nov 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant