Dynamic Pages Old Version

Tthe Dynamic Pages of the older version no longer exists?

https://v1.framework7.io/docs/pages-dynamic.html

What do you mean? They are still in v1

No, check this links:

V1: https://v1.framework7.io/docs/

V2: http://framework7.io/docs/

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.