-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Allow user to bookmark a route #6333
Copy link
Copy link
Closed
Description
Short description of the problem:
Currently, there is no way for a user to bookmark a certain route. The nav stack is cool, however, we need a way for a given route to be shown in the browser bar and have that route (and any route params) be handled by ionic2/ng2 to load the applicable page/component.
An app that may have routes with optional params becomes virtually impossible to build with bookmarking in mind.
What behavior are you expecting?
I would like the option to have the ng2 routing at my disposal and not just the nav stack.
Steps to reproduce:
- Build a multi page app with pages that may consume optional params
- Navigate to a page with params specified and bookmark it.
- Return to the bookmarked page. The applicable page does not load.
Other information: (e.g. stacktraces, related issues, suggestions how to fix, stackoverflow links, forum links, etc)
I posted about this in the forum - https://forum.ionicframework.com/t/ionic2-and-routing-and-hotlinking/49341
Which Ionic Version? 2.x
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels