HarmonyOS navPathStack.removeByName(xxx)
navPathStack.removeByName(‘xxx/pageName’)如果Page有多个页面实例,此时可以关闭某一个页面吗?目前多实例都会被关闭
HarmonyOS
赞
收藏 0
回答 1
待解决
相关问题
HarmonyOS map["xxx"] 和 map.set("xxx") 不等价
396浏览 • 1回复 待解决
HarmonyOS NavPathStack 用法
465浏览 • 1回复 待解决
HarmonyOS 企业内APP 安装DeepLink格式:store://enterprise/manifest?url=https://xxx.xxx/xxx.json5问题
241浏览 • 1回复 待解决
NavPathStack使用问题
1942浏览 • 1回复 待解决
HarmonyOS 关于NavPathStack疑问
517浏览 • 1回复 待解决
HarmonyOS NavPathStack如何删除元素
321浏览 • 1回复 待解决
HarmonyOS NavPathStack出栈问题
736浏览 • 1回复 待解决
HarmonyOS NavPathStack pushPathByName 传入onPop问题
227浏览 • 1回复 待解决
Ubuntu中网络不可达,提示"Could not resolve 'xxx.xxx.com'",怎么解决?
11433浏览 • 1回复 待解决
HarmonyOS SourceTool.xxx值为undefined
501浏览 • 1回复 待解决
关于NavPathStack的跳转问题
1100浏览 • 1回复 待解决
HarmonyOS NavPathStack的长度如何监控
681浏览 • 1回复 待解决
如何将相册返回的file://xxx/xxx/xx.jpg转化为ImageSource
2186浏览 • 1回复 待解决
HarmonyOS 如何利用NavPathStack设置启动模式
150浏览 • 1回复 待解决
HarmonyOS NavPathStack pushPathByName 如何隐藏底部tabBar?
639浏览 • 1回复 待解决
如何读取“/data/app/el2/100/base/com.xxx.xxx/” 目录下的文件
3172浏览 • 1回复 待解决
HarmonyOS 调试报错TypeError:Cannot read property xxx of undefined
1388浏览 • 1回复 待解决
HarmonyOS 编译报错 'xxx' can't support crossplatform application
523浏览 • 1回复 待解决
HarmonyOS Navigation NavPathStack 路由模式怎么实现路由跳转
233浏览 • 1回复 待解决
HarmonyOS NavPathStack返回时如何设置返回信息
238浏览 • 1回复 待解决
如何使用Navigation的navPathStack参数
2008浏览 • 1回复 待解决
HarmonyOS 怎么获取某个object的hash,就像debug的时候得值都会显示一个xxx@xxx这种
782浏览 • 2回复 待解决
HarmonyOS 如何实时监听NavPathStack的size的变化?
358浏览 • 1回复 待解决
HarmonyOS NavPathStack的时候进行页面跳转操作问题
386浏览 • 1回复 待解决
当前可以使用getIndexByName获得指定页面名字的索引,根据页面出现的的优先级使用removeByIndexes进行关闭,参考文档:
https://developer.huawei.com/consumer/cn/doc/harmonyos-references-V5/ts-basic-components-navigation-V5#removebyindexes11