Hi there,
There is an event to trap the "clicking" of a HTML button object, however, I'm wondering if there is a way to trap if the button is being "pressed/touched"?
I tried using the "touch" object with the button object, however, it seems that when a user clicks on the button, focus is gained and the "is Touching" event isn't registered.
Ideally I'd be able to overload the button to trap both clicking (press and release) as well as pressing (press no release)
Is this possible?
Thanks,
-Remy