Tell me who faced, I write a web application using the framework7, and so the start page that loads all scripts conventionally index.html, but how in such projects to give a direct link inside the application?

(in principle, relevant to any single-page web applications)

For example: site.com/catalog/tehnica/simens

Physically, there is no such structure, and essentially one page index.html works.

Do you need to redirect to the main page and read the URL string? (with the subsequent processing and display of the necessary content) or how?

Thank you in advance.

    1 answer 1

    It was with framework 7 that I did not work, but I think there are two solutions.
    1. Most recently, I answered a similar question, maybe something will help Link . But most likely this is not entirely true in your case.
    2. Also with simple movements of routes in framework7 , most likely this is exactly what you need.