如何从单页 index.html 的顶部删除导航器工具栏,但我想要 index.html 上的某些按钮的 ons.navigator.pushPage 功能是否可能?
可以通过 index page 上的 hide-toolbar="true" 并在 page1 上返回 false 来实现,但是移动到 page1 后,我无法在顶部标题上查看左键,并且 ons.navigator.popPage() 也是不在我的按钮上工作。
如何从单页 index.html 的顶部删除导航器工具栏,但我想要 index.html 上的某些按钮的 ons.navigator.pushPage 功能是否可能?
可以通过 index page 上的 hide-toolbar="true" 并在 page1 上返回 false 来实现,但是移动到 page1 后,我无法在顶部标题上查看左键,并且 ons.navigator.popPage() 也是不在我的按钮上工作。
您可以通过
<ons-navigator page="foo.html" hide-toolbar=true></ons-navigator>
http://onsenui.io/guide/components.html#navigator
为了在 next.html 上显示 ons-navigator html,请在 foo,html 中写入
<div class="topcoat-navigation-bar">
<div class="topcoat-navigation-bar__item center full">
<h1 class="topcoat-navigation-bar__title">Navigation Bar</h1>
</div>
</div>
<br><br><br>
<div class="topcoat-navigation-bar topcoat-navigation-bar--bottom">
<div class="topcoat-navigation-bar__line-height" style="text-align:center">Bottom Toolbar</div>
</div>