pagerjs
pagerjs copied to clipboard
After route event
There is an onmatch event but the params are not yet present in the page. I have also looked at the before / afterShow but they are only triggered on a new page.
Currently i have some links that stay on the same page, i would like to listen to an event after the route params has been set. I don't think this is possible yet? If not i would like to see this feature :) If it is already possible is there any documentation how to do this?
Or make the splitRoutePartIntoNameAndParameters method public, so that i can parse the route which is on the onMatch event myself.
- Edit
Just see that it should probably be an on showPage event