taye

Results 46 comments of taye

You can use `interact('#btn').on('tap', console.log)` instead. The library prevents the default behaviour of `touchstart` events to avoid panning, but that also disables click events. The custom [tap event](https://interactjs.io/docs/events#pointer-events) provides a...

I'll try to take another look at this soon.

@capricorn86 Just use https://www.npmjs.com/package/canvas :D

You need to set set a `range: number` in the `grid` or `snapEdges` options. I should have made the default value `Infinity`

@idahogurl I've rebased the source branch

If you have an ESM project, you should use the `@interactjs/interactjs` package which provides unbundled modules instead of the bundled `interactjs` package.

Can you share a minimal repo that reproduces this error?

I've published a version that should resolve this issue.

I hope to support this eventually. Relates to https://github.com/taye/interact.js/issues/794

@Weedshaker Thanks for the PR. I'd like to merge this without the `dist` folder included. You can use the `v$VERSION` git tags if you need a commit with build artifacts...