F7[v2] what is the correct method to show bottom toolbar not on every page?

Hi,

I want to show bottom toolbar only on several main pages.
Am I right that I should create toolbar only on first page after div with page class?
And when I load new page using v2 routing I should just add some parameter to page options in router to tell framework should it show toolbar or not?

Br,
Alexander

Hi @smithana,

In V2, android & ios will have same page view to maintain single code. So navbar & toolbars will be reside on child pages.

If you need same navbar (header) and toolbar(footer) on all pages, then use javascript function with return value as html then append on child page through pageInit.