码迷,mamicode.com
首页 > 其他好文 > 详细

ionic3在首页与子页面同使用tabs

时间:2017-10-31 18:51:40      阅读:240      评论:0      收藏:0      [点我收藏+]

标签:his   nbsp   roo   port   from   next   import   ctrl   ons   

import { App } from ‘ionic-angular‘;
 
请勿使用
this.navCtrl.push(nextPage);或者在app.module.ts设置tabsHideOnSubPages
需要先获取root页面,从root页面进行跳转即可:
this.app.getRootNav().push(nextPage);

ionic3在首页与子页面同使用tabs

标签:his   nbsp   roo   port   from   next   import   ctrl   ons   

原文地址:http://www.cnblogs.com/ckAng/p/7762655.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!