我使用ionic-framework来创建我的webapp。我需要在页面中间(内部离子内容)插入一个带有3个标签的块。有一个名为ion-tabs的组件,但它只有两种位置可能:底部或顶部。没有人知道任何解决方案?感谢名单
<ion-view>
<!-- TOP BAR -->
<ion-nav-buttons side="left"></ion-nav-buttons>
<!-- PAGE CONTENT -->
<ion-content class="has-header">
...some content
TABS menu
...other content
</ion-content>
</ion-view>