收藏
回答

boundingClientRect在ios中回调时间为什么很长?

const queryAllWidget = uni.createSelectorQuery();

queryAllWidget.selectAll('.widget-wrapper').boundingClientRect();

queryAllWidget.exec((res) => console.log(res))

上面的代码在安卓中exec回调时间大概50-300毫秒

在ios中回调时间要50-8000毫秒不等,且会阻塞页面交互,卡顿很明显

有没有大佬知道是什么原因

回答关注问题邀请回答
收藏

1 个回答

  • 社区技术运营专员-Jahozheng
    社区技术运营专员-Jahozheng
    07-02

    请具体描述问题出现的流程,并提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。

    07-02
    有用
    回复
登录 后发表内容