使用wx.canIUse检测不可以跳转小程序
1、场景:编辑器调试基础库已经是2.4.0;我们是第三方平台
2、需求:检测当前小程序能不能不关联公众号而跳转其他小程序
2、问题:究竟能不能使用这种方式检测 navigator.target.miniProgram?
1 回复
目前canIUse还不能用于检测这个情况,建议先用比较版本号的方式。https://developers.weixin.qq.com/miniprogram/dev/framework/compatibility.html