In my konva app, users are having trouble tapping on icons ... frequently konva issues a dragStart
event instead of a tap
event (presumably due to the length of time the user's finger is down or the fact that their finger moved slightly during their tap).
Is there a way to tune the parameters for wait time and/or movement distance under which a tap
will be issued?
I see that there is a dragDistance
which postpones issuing a dragStart
until the user has moved the given number of pixels, but I haven't found a way to tell it to issue a tap
event under a given number of pixels.