performance - Does Sencha Touch include a fix for the 300ms delay? -


i curious know if 300ms delay tap events has been fixed or configurable in sencha touch 2.4.1.

sencha touch has own implementation , has 300ms delay because of doubletap. in defined in maxduration

also check out https://www.sencha.com/forum/showthread.php?282102-tap-vs-click-300ms-delay

disable doubletap delay:

ext.define("nodelay", {     override : "ext.event.recognizer.doubletap",     config: {         maxduration: 0     } }); 

Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -