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.
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.