Answered: Reduce delay of itemsingletap on xtype:list
Answered: Reduce delay of itemsingletap on xtype:list
Hi
Is there a way to reduce the delay when pressing on a listitem on a list?
This will fire the event: itemsingletap The problem is, that if the user clicks more than one time, it will fire the event more than once and its a little annoying to wait when i pressed.
Currently it waits 300ms. YOu can change this with the maxDuration config of the Ext.event.recognizer.DoubleTap class. This is configurable from Ext.application: http://docs.sencha.com/touch/2-0/#!/...od-application Look at the eventPublishers example in Ext.application.
Currently it waits 300ms. YOu can change this with the maxDuration config of the Ext.event.recognizer.DoubleTap class. This is configurable from Ext.application: http://docs.sencha.com/touch/2-0/#!/...od-application Look at the eventPublishers example in Ext.application.