What is the difference between Tap and Touch Event ?
What is the difference between Tap and Touch Event ?
]]>« My current home (Previous Post)
(Next Post) is there a way to explicitly start firefox or opera browser depending on the status of wifi by scripting. »
< ![CDATA[
Tap is when you release your finger after a short period of time after clicking it. The normal thing.
Touch is an event created to use with scripts and is launched while you are tapping the item. (Using the touch event with an action other than a script with a “return true” can make that container unavailable to taps until a restart)
]]>
< ![CDATA[
OK thanks
So pretty sure I can’t use Tap and Touch
I’m already using a script for Tap
]]>
< ![CDATA[
Touch takes preference, yes.
]]>