bozdoz / typewritesomething

https://typewritesomething.com
MIT License
22 stars 6 forks source link

fix Android double type #22

Closed bozdoz closed 3 years ago

bozdoz commented 3 years ago

closes #20

vercel[bot] commented 3 years ago

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/bozdoz/typewritesomething/H1ArVgAro6XQsaz2H2w2rGLfokqS
✅ Preview: https://typewritesomething-git-fix-double-type-bozdoz.vercel.app

bozdoz commented 3 years ago

Todo: add input event listener: check if any keys are down. If not, wipe the input to disable text suggestion buttons. Maybe even disables swipe

bozdoz commented 3 years ago

backspace on android fixes it. Maybe simulate backspace on ENTER or SPACE, or every time

bozdoz commented 3 years ago

I think this is as good as it gets