custom-cards / button-card

❇️ Lovelace button-card for home assistant
MIT License
1.83k stars 227 forks source link

Don't trigger action on touchcancel event #808

Open Ongion opened 6 months ago

Ongion commented 6 months ago

When using the Android Navigation Back Gesture (swipe from side of screen), tap actions are still triggered even though Android sent a touchcancel event.

This changes makes it so that a touchcancel event does not trigger actions.