Looking for some help on a basic page link using Framework 7. I feel like I’m using the same thing as the kitchen-sink template (which I can navigate through fine within the editor) but I can’ replicate this using routes or not.
Are these not valid? Nothing happens if tapping on LINK 1.
framework7 require a lot of coding to work fully. you need to study the framework7 docs. i suggest you to use bootstrap if you want a better integration with wappler
or you can use framework7 routing in the file app.js manually and define your routes there like this:
Thanks Mohammad. I’m trying to balance learning framework 7, getting projects done, and improving Wappler. You’re absolutely correct that adding routes to app.js works, but I’m hoping to point out where this can be improved in the GUI.
Oh but did you select the right routes file path in the project settings? It should be included and then the routes will be added to the window object.