framework7

Open full view…

Hide Toolbar (no-toolbar) Troubles

Matthew B
Tue, 13 May 2014 21:32:19 GMT

I seem to be having trouble getting my bottom toolbar to hide on my page called "Firmwares." When I preview the code in Chrome the toolbar does not hide. --- html <div id="view-2" class="view tab"> <div class="navbar"> <div class="navbar-inner"> <div class="center sliding">Firmwares</div> <div class="right"> <a href="#" class="link open-panel icon-only"><i class="icon icon-bars-blue"></i></a> </div> </div> </div> <div class="pages navbar-through"> <div data-page="no-toolbar" class="page no-toolbar"> <div class="page-content"> <div class="content-block"> <!--<p></p>--> </div> <div class="list-block media-list"> --- ...[my page content]...

Vladimir Kharlampidi
Tue, 13 May 2014 21:46:16 GMT

It will be hidden automatically only in Ajax loaded pages. But I see you use it within tabs, in this case it will not work. You need to use manual .hideToolbar() method on parent View