QuoJS
QuoJS copied to clipboard
Micro #JavaScript Library for Mobile Devices
i want to attach the tap event on my list,but the tap event would be triggered when i swipe the page on the list,how to resolve this problem?
I've tried several times to test touch input events with no success. Is there something wrong with this code? ``` ununuunnnunnunununumimiiimiimmi // Chaining methods (works fine atm) $$('p > span').html('tapquo').style('color',...
Pinching will stop sending "pinching" events while the difference between fingers is within the range -10 and 10. _capturePinch = function() { var diff, distance; distance = parseInt(_distance(CURRENT_TOUCH), 10); diff...