Page 2 of 2

Virtual click send two events

Posted: Thu Feb 05, 2015 6:22 pm
by ciccio

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?


Virtual click send two events

Posted: Mon Feb 09, 2015 3:54 pm
by Evgene Karachevtsev

Hello Ciccio,

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


Virtual click send two events

Posted: Mon Feb 09, 2015 5:11 pm
by Evgene Karachevtsev

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