vh-check
vh-check copied to clipboard
updateOnTouch only works when i touch again
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?
@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