thaoms

Results 6 comments of thaoms

Also still waiting on this.

I got this fixed by adding e.preventDefault(); in the touchstart function var touchstart = function(e) { // setup the initial values // TODO: touch and hold e.preventDefault(); this.startXY = [e.touches[0].clientX,...

In my project it did, when I used another prevent default to avoid links opening a new tab. (Commented the build-in standalone code, because that one didn't work for me)....

Temporary I'm using this lib, https://github.com/ftlabs/fastclick. Until this one get fixed.

A bit late to the party, but I fixed it like this: ` memory: z.coerce.number().min(1) as unknown as z.ZodNumber,`