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