Just wondering: Why would anybody use the ‘onClick’ event? Now that ‘onTap’ receives the Gesture Event Properties and is therefore more useful.
The docs say that ‘onClick’ has “no delay on mobile”, but I’m not sure what that means. They both trigger upon release, so any delay there might be must be milliseconds.
(I’m asking because in Auto-Code ‘onClick’ seems to be a first class option: It appears on top of the list)
2 Comments