[Solved] Multiple Views Layout ==> how to create links between Views

  • version: 3.1.1

I want to create the main view and about view - in one and only one HTML.

I create this codepen - but I don’t know how to link between Views (I don’t find specific docs/example about this issue ).

"go to about view" not working her:

I will appreciate any help. Thanks!

Related:
https://framework7.io/docs/view.html#multiple-views-layout

They are tabs, so you need to use tab-link:

<a href="#view-2" class="button tab-link">
1 Like