Tthe Dynamic Pages of the older version no longer exists?
What do you mean? They are still in v1
Something similar can be achieved using async routes where you can return required page content based on requested url http://framework7.io/docs/routes.html#async-route
What if I don’t have a new URL and it’s also not possible to predefine a route? What I used to do was using view.router.loadContent function so I can keep loading pages based on what user select and there is no way to predict what user might select since there are thousands of possible outcome.
I also tried using view.router.load and it’s not working.