Unanswered: double tap on a button will crash the app
Unanswered: double tap on a button will crash the app
I know there is no double tap event on Ext.Button but when I tried to double tap on it, the layout crashed and have to refresh the page to return to normal.
How can I prevent this ? I want only the tap event to be triggered but I can't control if the user accidentally double tap it.
I'm currently trying to lock down a new record Save button to stop the user inadvertently adding multiple records, but I can't do it. I've managed to prevent successive taps, but a doubletap still gets through (ie if the user taps the button 5 times, 2 records are added).