@George yesterday stated that all linking is done via wappler routes, however I don’t see an option to create such a route, as the “page” is within the original view of index.html.
The link properties has a clear Action of “Open Page” and I can select the “orders” page from a list, however the page does not change on tap.
I have no idea of how F7 works, but if I had a similar situation in a standard website, I would give the div.page a unique ID like <div class="page" id="Orders" data-name="Orders">
Make the navigation links reflect the same, i.e. href="#orders"
This is the gotcha for the day... Wappler routing keeps adding the url parameter to routes.js and breaking everything--even after selecting page. Thanks for the clarification @George at least I know how to manually edit until you guys catch up.