routemaster icon indicating copy to clipboard operation
routemaster copied to clipboard

didChangeRoute not called on observers when user changes the URL manually

Open RastislavMirek opened this issue 3 years ago • 0 comments

There is no simple way to just observe and e.g. print URLs that the user is navigating through with observers.

Override didChangeRoute and it is not called when a user specifies the URL directly via URL bar in the browser, override didPush and there is no simple way how to get the current path. Or at least I have not found any.

RastislavMirek avatar Nov 01 '21 14:11 RastislavMirek