downforacross / downforacross.com

Web frontend for downforacross.com -- continuation of stevenhao/crosswordsio
https://downforacrosscom.downforacross1.now.sh
MIT License
229 stars 91 forks source link

Fix issue where mobile chat didn't bring up a keyboard. #94

Closed audreyli closed 4 years ago

audreyli commented 4 years ago

Looks like this was from when we removed the custom mobile keyboard, but didn't make sure the default keyboard would get rendered instead.

This just subs the mobile EditableSpan with a regular old input. Except I added some styling to keep it more consistent with how the current mobile chat input looks.

image

vercel[bot] commented 4 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/downforacross/downforacrosscom/hcce38frg ✅ Preview: https://downforacrosscom-git-fork-audreyli-master.downforacross1.now.sh

stevenhao commented 4 years ago

great stuff, thanks!