zingtouch icon indicating copy to clipboard operation
zingtouch copied to clipboard

A JavaScript touch gesture detection library for the modern web

Results 51 zingtouch issues
Sort by recently updated
recently updated
newest added

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

Bumps [ssri](https://github.com/npm/ssri) from 6.0.1 to 6.0.2. Changelog Sourced from ssri's changelog. 6.0.2 (2021-04-07) Bug Fixes backport regex change from 8.0.1 (b30dfdb), closes #19 Commits b7c8c7c chore(release): 6.0.2 b30dfdb fix: backport...

dependencies

Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1. Changelog Sourced from y18n's changelog. Change Log All notable changes to this project will be documented in this file. See standard-version for commit guidelines....

dependencies

Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.2 to 6.5.4. Commits 43ac7f2 6.5.4 f4bc72b package: bump deps 441b742 ec: validate that a point before deriving keys e71b2d9 lib: relint using eslint 8421a01 build(deps): bump...

dependencies

The demo page is unresponsive with ios 13 (ipad and iphone). Works fine with ios 12 (ipad).

I am following the examples here: https://zingchart.github.io/zingtouch/ And more specifically the pan example here: https://codepen.io/zingchart/pen/RRpyJY But they don't even follow the docs, for example it is assigning the start function...

I'm making a game in Phaser, and I'm using ZingTouch to help with swipe gestures that are part of gameplay. In Firefox, after I bind a Tap event to document.body,...

Bumps [http-proxy](https://github.com/http-party/node-http-proxy) from 1.17.0 to 1.18.1. Changelog Sourced from http-proxy's changelog. v1.18.1 - 2020-05-17 Merged Skip sending the proxyReq event when the expect header is present [#1447](https://github.com/http-party/node-http-proxy/issues/1447) Remove node6 support,...

dependencies

Need to add github actions so when pull requests come in, CI is triggered.

Great library, thank you. I don't know if I am doing this the right way, but I have been tying into the start and end function of the gestures and...