downforacross / downforacross.com

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

mobile #48

Closed stevenhao closed 4 years ago

stevenhao commented 5 years ago

Cluelist

MobileGridControlsV2

Because the onscreen keyboard (in both android and iOS) comes with nasty things like autocomplete, useless headers, and unnecessary height on each key, we should make our own keyboard in react!

App-ness

These are a good set of guidelines that should be followed: https://web.archive.org/web/20151103001838/http://www.luster.io/blog/9-29-14-mobile-web-checklist.html

Important ones:

stevenhao commented 5 years ago

mostly done as of 740a9030ac8481026349bbbac037941d64e01909..f2fb3b9a50511e34b72beb151b1f76e22cc006a6

stevenhao commented 4 years ago

just reverted a lot of those changes in 08195a1. Will be closing this ticket because it's outdated.

Summary of my reasoning:

trying to make a web app behave like a native app is hard for several reasons

the main roadblocks are:

my learnings: