We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@interactjs/pointer-events should be listed in the npm-streamlined part of the docs.
@interactjs/pointer-events
@interactjs/pointer-events is not listed. It is needed for pointerEvent listeners such as this one:
pointerEvent
interact(target).on('hold', function (event) { console.log(event.type, event.target) })
npm install @interactjs/pointer-events
import '@interactjs/pointer-events';
interact.js version: 1.10.27 Browser name and version: Firefox 126.0 (64-bit) Operating System: Windows 10
1.10.27
Firefox 126.0 (64-bit)
Windows 10
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected behavior
@interactjs/pointer-events
should be listed in the npm-streamlined part of the docs.Actual behavior
@interactjs/pointer-events
is not listed. It is needed forpointerEvent
listeners such as this one:Solution
System configuration
interact.js version:
1.10.27
Browser name and version:
Firefox 126.0 (64-bit)
Operating System:
Windows 10
The text was updated successfully, but these errors were encountered: