Framework7: How can i hide Navbar and Toolbar on index page?

Created on 11 Sep 2014  路  10Comments  路  Source: framework7io/framework7

I tried this

<div data-page="index" class="page no-navbar no-toolbar"> ... </div>

it works on any page that comes next, except Homepage (index), whats wrong?

And how do you hide Tab bar?

Is there any way to load pages (HTML) for tabbar links? Currently if I place href="somefile.html" it slides it from right instead of switching page without an effect like default tabbar behavior.

outdated

All 10 comments

You also need to add "hidden-navbar" class to its parent View, and "hidden-toolbar" for toolbar/tabbar

Is there any way to load pages (HTML) for tabbar links? Currently if I place href="somefile.html" it slides it from right instead of switching page without an effect like default tabbar behavior.

Right, that is because you do load a page, not switch tabs. You may use "no-animation" class on link to load it without sliding animation http://www.idangero.us/framework7/docs/linking-pages.html#load-pages---go-back-with-out-animation

Thank you.

you should update the documentation regarding:

You also need to add "hidden-navbar" class to its parent View, and "hidden-toolbar" for toolbar/tabbar

http://www.idangero.us/framework7/docs/navbar.html#hide-navbar-automatically

You also need to add "hidden-navbar" class to its parent View, and "hidden-toolbar" for toolbar/tabbar

Doesn't work at v1.2.0.

After read the source code this work, but it is undocuement;

<div class="navbar navbar-hidden">

<div data-page="index" class="page no-navbar">

now what's solution?

same as in previous post:

<div class="navbar navbar-hidden">

<div data-page="index" class="page no-navbar">

thank you for solution

What about the toolbar? :)

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

oVerde picture oVerde  路  3Comments

J05HI picture J05HI  路  3Comments

J05HI picture J05HI  路  3Comments

DavidGOrtega picture DavidGOrtega  路  3Comments

l2aelba picture l2aelba  路  4Comments