Closed jacobrossi closed 10 years ago
Thanks, @jacobrossi. I will add a possibility to modify the name of event in the next release in a few days. Stay tuned!
+1
...or call it "activate" ;)
I'm even wondering to experiment with replacing native click
with click
produced by Tap and see how it'll work...
@jacobrossi, now you are able to change the name of event itself. Just write Tap.options.eventName = 'x-tap';
in any place and it will be applied immediately.
It's possible (though not currently planned) that browsers might one day support a native "tap" event. You might consider something like x-tap as the event name to prevent collisions.