vh-check icon indicating copy to clipboard operation
vh-check copied to clipboard

updateOnTouch only works when i touch again

Open davicamarinha opened this issue 5 years ago • 1 comments

Hi,

When i touch and drag first time, nothing happens... But when i touch and drag again, updateOnTouch works fine.

Have some way to make updateOnTouch works more fast?

davicamarinha avatar May 24 '19 20:05 davicamarinha

@triblood Right now I have no clues. I don't advise to use the updateOnTouch implemented in this plugin. You'd better come up with your own listeners. It's a little more work but you'll have exactly what you expect. Also with that you can implement any debounce to not degrade your application's performances

Hiswe avatar Jun 05 '19 11:06 Hiswe