Bob Fludder
Posts: 0
Joined: Fri Sep 14, 2012 1:09 am

What's quickest ? Click, tap or virtual click ? If I use virtual click will it solve the "Ghost click" issues ?

What has the quickest response ? Click, tap or virtual click ? My brief testing indicates that virtual click is quickest (but didn't get an response from a click event). I'm basically falling foul of the "ghost click" and really am wondering if I use virtual click instead of click for all the events will solve it ?

Alena Prykhodko
Posts: 0
Joined: Tue Apr 09, 2013 7:36 am

What's quickest ? Click, tap or virtual click ? If I use virtual click will it solve the "Ghost click" issues ?

Hello Bob,

You can find what every event means here https://devcenter.appery.io/documenta...
Also please take a look here http://stackoverflow.com/questions/12... as these events differ and can not replace each other in some cases.

Bob Fludder
Posts: 0
Joined: Fri Sep 14, 2012 1:09 am

What's quickest ? Click, tap or virtual click ? If I use virtual click will it solve the "Ghost click" issues ?

Thanks Alena. I have already read the documentation but was wondering more about whether there was a "lag" between the user touching the button and the event firing. I've seen there is a lag on the click event of about 300ms. I'm guessing that the tap event is equivalent to touchstart/touchend but is a virtual click the same as a click or a tap or does that depend upon the device ? Would I then be better when writing a mobile app to use tap or virtual click ?

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

What's quickest ? Click, tap or virtual click ? If I use virtual click will it solve the "Ghost click" issues ?

Hello,

It is better to use touch events (tab, swipe, etc.).
Please follow this article: http://www.html5rocks.com/en/mobile/t...

Return to “Issues”