-
Notifications
You must be signed in to change notification settings - Fork 308
Fix on a phone #4432
Fix on a phone #4432
Conversation
Okay! I've managed to use ngrok to hit localhost from a phone. The above width bug is an issue, yes, but there are even worse problems:
|
The scrolling is almost okay. It clips the top at the top of the page, so if the select overflows the viewport you can't get to it. Maybe we just need to do something to capture touch scroll events? Wasn't there something like that? |
If we're going to add another js dep then it's probably time to bundle vendor scripts into one to avoid multiple additional http requests. |
We've already got the pattern, just need to apply something similar to these scripts. |
That post says it was updated a few months ago, but this post suggests that the 300 ms click/tap delay is actually a thing of the past. |
I did double-check that we have |
Apparently |
Is this out of date? I think we'd still be okay to use
|
(Part of the issue is that I don't have a phone to test on anymore this afternoon.) |
At the very least, text overflows poorly at low width.
Check on an actual phone, though, to be sure it works well enough with touch.