Page 1 of 1

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

Posted: Sun Jun 28, 2015 5:46 am
by Bob Fludder

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 ?


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

Posted: Mon Jun 29, 2015 2:24 pm
by Alena Prykhodko

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.


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

Posted: Tue Jun 30, 2015 12:05 am
by Bob Fludder

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 ?


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

Posted: Tue Jun 30, 2015 8:38 pm
by Serhii Kulibaba

Hello,

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


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

Posted: Tue Jun 30, 2015 10:33 pm
by Bob Fludder

Just what I needed. Thanks very much.