API真机无效
wx.createSelectorQuery().select(’#ttVideo’).fields({
properties: [‘enableDanmu’]
}, function (res) {
console.log(‘createSelectorQuery’, res.enableDanmu)
}).exec()
#ttVideo 这个是video控件的id ,通过上面的api想获取控件的原生属性enable-danmu,此段代码在模拟器上测试能动态获取enable-danmu值的改变,但是在安卓和IOS真机上获取不到,请官方解答一下!!!
2 回复
你好,请提供一下出现问题的机型和微信版本,以及能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。