Hi Everyone,
I have 2 event handlers for a particular button. One handler is for the button down event and one for the button up event.
Both event handlers execute even if the user taps the button and keeps a finger on the button without lifting up on the finger.
I'm assuming this can be stopped by a setting but I don't know which one to set because I only want the button down to execute when the button is held down and the button up event to execute only when the user releases the button by lifting up on the finger.
Thanks.
I have 2 event handlers for a particular button. One handler is for the button down event and one for the button up event.
Both event handlers execute even if the user taps the button and keeps a finger on the button without lifting up on the finger.
I'm assuming this can be stopped by a setting but I don't know which one to set because I only want the button down to execute when the button is held down and the button up event to execute only when the user releases the button by lifting up on the finger.
Thanks.