在选项卡页面ionic2中没有后退选项

时间:2017-08-26 04:08:36

标签: ionic2 back

在Tabs导航页面中,我在ionic2中找不到任何后退选项。使用硬件后退按钮时,应用程序退出。我已将我的代码片段放在下面,任何建议都会很棒。

突片-navigation.html

column:first_name
type:string

column:dob
type:date

tabs.navigation.ts

 <ion-tabs >
<ion-tab [root]="tab1Root" tabTitle="Feed" tabIcon="browsers"></ion-tab>
<ion-tab [root]= "tab3Root" tabTitle="Settings" tabIcon="settings"></ion-tab>
</ion-tabs>    

0 个答案:

没有答案