Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/powerbi/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Mobile 带离子框架的选项卡菜单_Mobile_Tabs_Responsive Design_Ionic Framework_Ionic - Fatal编程技术网

Mobile 带离子框架的选项卡菜单

Mobile 带离子框架的选项卡菜单,mobile,tabs,responsive-design,ionic-framework,ionic,Mobile,Tabs,Responsive Design,Ionic Framework,Ionic,我使用ionic framework创建我的Web应用程序。我需要在页面中间插入一个带有3个标签的块。有一个组件叫做离子标签,但它只有两种可能的位置:底部或顶部。没有人知道任何解决办法?塔克斯 <ion-view> <!-- TOP BAR --> <ion-nav-buttons side="left"></ion-nav-buttons> <!-- PAGE CONTENT --> <ion

我使用ionic framework创建我的Web应用程序。我需要在页面中间插入一个带有3个标签的块。有一个组件叫做离子标签,但它只有两种可能的位置:底部或顶部。没有人知道任何解决办法?塔克斯

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