onShow: function(opt) {
// 从短信呼起app参数处理并跳转对应的页面---开始
let arguments_ = decodeURIComponent(plus.runtime.arguments)
if(!arguments_){
return
}
}
产品分类: uniapp/App
PC开发环境操作系统: Mac
PC开发环境操作系统版本号: 13.3
HBuilderX类型: 正式
HBuilderX版本号: 3.5.3
手机系统: iOS
手机系统版本号: iOS 15
手机厂商: 苹果
手机机型: 12 pro max
页面类型: vue
vue版本: vue2
打包方式: 离线
项目创建方式: HBuilderX
onShow: function(opt) {
// 从短信呼起app参数处理并跳转对应的页面---开始
let arguments_ = decodeURIComponent(plus.runtime.arguments)
if(!arguments_){
return
}
}
app启动之后,切换app到后台,从短信链接进入,plus.runtime.arguments不更新,延时也不生效plus.globalEvent.addEventListener('newintent', function(){})也不执行
app启动之后,切换app到后台,从短信链接进入,plus.runtime.arguments会获取最新参数
app启动之后,切换app到后台,从短信链接进入,plus.runtime.arguments不更新,延时也不生效plus.globalEvent.addEventListener('newintent', function(){})也不执行
uniapp iOS应用在后台时,通过短信h5链接进入,plus.runtime.arguments不更新,只有杀掉app进程才能获取最新的参数
4 个回复
懒懒的 (作者)
官方没人吗请问?这个问题我看见至今还有人问,不是都几年的问题了么为什么还没人解决?
困难总比办法多
我用Universal Links跳回来的 只有杀掉app进程或者息屏再亮屏幕才能获取最新的参数
7***@qq.com
2024了还没解决吗
3***@qq.com
hello, 看一下
pages.json
, 是不是 有个condition
? 把它 删了, 再试试?