Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

skyline 模式下 boundingClientRect 不执行 #86

Closed
l-hammer opened this issue Aug 26, 2023 · 2 comments
Closed

skyline 模式下 boundingClientRect 不执行 #86

l-hammer opened this issue Aug 26, 2023 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@l-hammer
Copy link

l-hammer commented Aug 26, 2023

touchmove 事件中获取不到节点信息, webview 是正常的, 代码如下:
const query = wx.createSelectorQuery().in(this);
query
.select('#ecs-slider')
.boundingClientRect(function (res) {
console.log('--- res', res);
})
.exec();

提示信息: An SelectorQuery call is ignored because no proper page or component is found. Please considering using SelectorQuery.in to specify a proper one. {type: "string", description: "An SelectorQuery call is ignored because no proper page or component is found. Please considering using SelectorQuery.in to specify a proper one.", value: "An SelectorQuery call is ignored because no proper page or component is found. Please considering using SelectorQuery.in to specify a proper one."}

@LastLeaf LastLeaf self-assigned this Aug 28, 2023
@LastLeaf LastLeaf added the bug Something isn't working label Aug 28, 2023
@LastLeaf LastLeaf assigned SgLy and unassigned LastLeaf Aug 28, 2023
@SgLy
Copy link
Contributor

SgLy commented Aug 28, 2023

我这里没法复现:https://developers.weixin.qq.com/s/8hSEANmT7QKS

能给一个复现问题的片段查一下吗?

@LastLeaf
Copy link
Member

LastLeaf commented Feb 1, 2024

不活跃了,关闭。

@LastLeaf LastLeaf closed this as completed Feb 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants