amsuu / INDP

Interslavic Noun(and case) Declension Practice(and learning) tool!
https://amsuu.github.io/INDP/
GNU General Public License v3.0
2 stars 0 forks source link

[BUG] 'Sticky' buttons on mobile and tap devices #46

Closed amsuu closed 1 week ago

amsuu commented 1 month ago

Description: On mobile and touch devices, the buttons stay in the :focus style. Even after the user has released their finger. These whole mechanisms TBH with the hover and focus just does not translate well to touchscreens.

Platform: Mobile, tablet, touchscreens

Additional context: touchend event exists. The only solution I can think of right now: Maybe ng g a component like unsticky-button and replace all <button>s with that one

amsuu commented 1 month ago

https://stackoverflow.com/questions/72609949/angular-event-target-blur-not-working-for-mobile