xparagon / flip2learn

2 stars 1 forks source link

Holding down the "I know this" button does not work on mobile #5

Closed xparagon closed 1 year ago

xparagon commented 1 year ago

In a browser this will show the meaning, but this does not work on Android.

xparagon commented 1 year ago

try using the touchstart event instead of onMouseDown.

xparagon commented 1 year ago

adding touchstart did the trick! done in GitHub Codespaces :-)