tapHoldEndCallback
Hello!
First of all nice and useful project! Thanks!
Now the question, can you give me an example on how could I use the tapHoldEndedCallback?
Looking to ear from you soon! Thanks in advance.
Hugo
There is no tapHoldEndedCallback. I have not added any before[Action] after[Action] sort of events or callbacks.
TapHold is interesting as there are no native events for this functionality. When MSPointer was in beta they did support the event, but removed it before going to production. So this functionality is completely handled in JavaScript with a setTimeOut.
On the tap demo page there is an example of how to use the tapHold method to pass your callback if that is what you are looking for. It is the 3rd DIV on that page.