You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
History should have a config option to automatically create the full url hash from the selected children on the app.
The new config option would be called "autoHashUrl" and when true, the History controller would listen for an event which would be fired by the Transition controller after the transition for all of the views is complete, then the History controller would build up the url hash from the selected children in the app, and use that to call pushState. This would help with cases where a transition is done for -view1 (to remove a view) so that a usable url would still be available.
The text was updated successfully, but these errors were encountered:
History should have a config option to automatically create the full url hash from the selected children on the app.
The new config option would be called "autoHashUrl" and when true, the History controller would listen for an event which would be fired by the Transition controller after the transition for all of the views is complete, then the History controller would build up the url hash from the selected children in the app, and use that to call pushState. This would help with cases where a transition is done for -view1 (to remove a view) so that a usable url would still be available.
The text was updated successfully, but these errors were encountered: