ciccio
Posts: 0
Joined: Fri Jun 14, 2013 10:40 am

Virtual click send two events

I have a problem with virtual click events that fire two times, so i'm interested in fastclick because the click event is very slow on ios.

i would like to know if the code proposed by Kapow36 one year ago in https://getsatisfaction.com/apperyio/...
is still valid.
i looked at https://github.com/ftlabs/fastclick and the code seems to be changed and on the read me file they suggest to use on load event
$(function() {
FastClick.attach(document.body);
});
should i use the new js proposed on https://github.com/ftlabs/fastclick/t... and run $(function() {
FastClick.attach(document.body);
}); on page load event?

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

Virtual click send two events

Hello Ciccio,

Sorry for the radio silence here. We are working on it and will get back to you with the update.

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

Virtual click send two events

Ciccio,

If you use old library version, then yes, if you wish to use the new one, then please download it and attach the same way

Return to “Issues”