How to detect long touch on mobile
Posted: Thu Feb 13, 2014 4:05 pm
Hi all,
I want to detect long touch on mobile device, when long touch pop up a group for user select.
But i try the following code, it does not work :
on mouseDown
// make sure to handle any visual stuff here first, if necessary
wait 300 millisecs with messages
if the mouse is down then
// treat like long mouseClick
else
// treat like short mouseClick
end if
end mouseDown
Please advice, may be I use wrong method
Regards
Terry Ho
I want to detect long touch on mobile device, when long touch pop up a group for user select.
But i try the following code, it does not work :
on mouseDown
// make sure to handle any visual stuff here first, if necessary
wait 300 millisecs with messages
if the mouse is down then
// treat like long mouseClick
else
// treat like short mouseClick
end if
end mouseDown
Please advice, may be I use wrong method
Regards
Terry Ho