-
Notifications
You must be signed in to change notification settings - Fork 48
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
d3-zoom won't work #117
Comments
Based on a quick grep over the firefox sourcecode, that property doesn't seem to be implemented for linux so it defaults to 0. A possible solution could be to check for |
Ok, looked a bit deeper, it seems that You can manually enable it by setting |
Thank you, setting I'm also thinking about the other users that will use d3-zoom websites. I don't know whether they will eventually find this information here. For my own websites, I tried The proper solution seems like implementing this |
Closing this since a workaround has been found and it is not an iptsd issue. |
My issue there is at d3/d3-zoom#260 .
So
xinput list --long
shows a non-zero number of touch points. The number might be wrong, but it's not zero:Both Firefox and Chrome in both Wayland and Xwayland show
navigator.maxtouchpoints === 0
. That is what d3-zoom reads to enable itself. I don't know if this needs to be fixed in d3-zoom, Firefox, kwin, or iptsd.The text was updated successfully, but these errors were encountered: