I have some simple code that measures how long the user touches the screen… It works fine on my android phone, but not with the ipad.
Here is sample code.
initial_time set in the 'began" phase
At the end phase,
if (e.time - initial_time) > 1000 then
do something
end [import]uid: 31039 topic_id: 24832 reply_id: 324832[/import]
[import]uid: 52491 topic_id: 24832 reply_id: 100763[/import]