-
Notifications
You must be signed in to change notification settings - Fork 636
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
Popup 不兼容火狐浏览器 #2545
Comments
hi @shining-data, welcome! |
Hi @shining-data, Please star this repo if you find it useful! Thanks ⭐! |
@heiyexing see 1 see |
遇见同样问题,click点击事件和mousemove鼠标移入事件 event里feature字段的信息为null,获取不到该点的属性信息。 |
@shining-data @manbuxinghe 有时间的话,可以用自己有问题的设备,查找一下问题在哪里,可以直接复制这个仓库的代码到本地,欢迎为开源项目贡献力量。 |
@lvisei @shining-data 用的官网上的例子 https://l7.antv.antgroup.com/zh/examples/component/popup/#popup2 |
没有任何报错,也看不出来啥,为什么你这 maker 还是黑色的 |
在有问题的电脑上测试,加一个 renderer 配置试试 const scene = new Scene({
renderer: 'regl'
...
}); |
可以了 |
@lvisei @shining-data |
问题描述
event里feature字段的信息为null,获取不到该点的属性信息。
这个是在谷歌浏览器下的情况。
重现链接
No response
重现步骤
function addPopup(e) {
}
预期行为
可以正常显示,在几个主流浏览器上
平台
屏幕截图或视频(可选)
No response
补充说明(可选)
No response
The text was updated successfully, but these errors were encountered: