Closed antsar closed 6 years ago
When a button is held or double-tapped, the single-tap event is also fired. This can be confusing/unexpected.
Add a "debouncing" delay before firing single-press events, so the event can be suppressed if a double-press occurs.
When a button is held or double-tapped, the single-tap event is also fired. This can be confusing/unexpected.
Add a "debouncing" delay before firing single-press events, so the event can be suppressed if a double-press occurs.