HarmonyOS navPathStack.removeByName(xxx)
navPathStack.removeByName(‘xxx/pageName’)如果Page有多个页面实例,此时可以关闭某一个页面吗?目前多实例都会被关闭
HarmonyOS
赞
收藏 0
回答 1
待解决
相关问题
HarmonyOS NavPathStack 用法
130浏览 • 1回复 待解决
HarmonyOS map["xxx"] 和 map.set("xxx") 不等价
28浏览 • 1回复 待解决
NavPathStack使用问题
1743浏览 • 1回复 待解决
HarmonyOS 关于NavPathStack疑问
187浏览 • 1回复 待解决
Ubuntu中网络不可达,提示"Could not resolve 'xxx.xxx.com'",怎么解决?
10762浏览 • 1回复 待解决
HarmonyOS 企业内APP 安装DeepLink格式:store://enterprise/manifest?url=https://xxx.xxx/xxx.json5问题
19浏览 • 1回复 待解决
HarmonyOS SourceTool.xxx值为undefined
93浏览 • 1回复 待解决
HarmonyOS NavPathStack出栈问题
622浏览 • 1回复 待解决
HarmonyOS NavPathStack如何删除元素
201浏览 • 1回复 待解决
HarmonyOS NavPathStack pushPathByName 传入onPop问题
87浏览 • 1回复 待解决
关于NavPathStack的跳转问题
800浏览 • 1回复 待解决
HarmonyOS NavPathStack的长度如何监控
497浏览 • 1回复 待解决
HarmonyOS NavPathStack pushPathByName 如何隐藏底部tabBar?
502浏览 • 1回复 待解决
HarmonyOS 如何利用NavPathStack设置启动模式
19浏览 • 1回复 待解决
如何将相册返回的file://xxx/xxx/xx.jpg转化为ImageSource
1894浏览 • 1回复 待解决
如何使用Navigation的navPathStack参数
1642浏览 • 1回复 待解决
HarmonyOS Navigation NavPathStack 路由模式怎么实现路由跳转
29浏览 • 1回复 待解决
HarmonyOS NavPathStack返回时如何设置返回信息
32浏览 • 1回复 待解决
如何读取“/data/app/el2/100/base/com.xxx.xxx/” 目录下的文件
2779浏览 • 1回复 待解决
HarmonyOS NavPathStack的时候进行页面跳转操作问题
181浏览 • 1回复 待解决
HarmonyOS 如何实时监听NavPathStack的size的变化?
122浏览 • 1回复 待解决
HarmonyOS 编译报错 'xxx' can't support crossplatform application
31浏览 • 1回复 待解决
HarmonyOS 调试报错TypeError:Cannot read property xxx of undefined
803浏览 • 1回复 待解决
如何NavPathStack也支持页面的启动模式
645浏览 • 1回复 待解决
当前可以使用getIndexByName获得指定页面名字的索引,根据页面出现的的优先级使用removeByIndexes进行关闭,参考文档:
https://developer.huawei.com/consumer/cn/doc/harmonyos-references-V5/ts-basic-components-navigation-V5#removebyindexes11