boundingClientRect 安卓机不走回调
发布于 6 年前 作者 vkang 5642 次浏览 来自 问答

const query = wx.createSelectorQuery()

const aq = query.select(’#mychart-dom-line’)

aq.boundingClientRect(function(rect){

debugger

})

query.exec()

这段代码 IOS 能进入 debugger 但是安卓却不进,请问是什么情况

1 回复

麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)

回到顶部