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
Post a Comment