Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add an input placeholder "Tap here to type" on touchscreen devices #51

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dfabulich
Copy link

@dfabulich dfabulich commented Nov 24, 2021

Fixes #49

On touchscreen devices, if you blur focus from the primary input, it can be hard to figure out how to bring the keyboard back up. ("What's that > thing?")

So, on touchscreen devices, we'll add input placeholder text, "Tap here to type" and use CSS to hide that placeholder text if the input is currently focused.
Simulator Screen Shot - iPod touch (7th generation) - 2021-11-23 at 19 45 19
Simulator Screen Shot - iPod touch (7th generation) - 2021-11-23 at 19 45 26

On touchscreen devices, if you blur focus from the primary input, it can be hard to figure out how to bring the keyboard back up. ("What's that > thing?")

So, on touchscreen devices, we'll add input placeholder text, "Tap here to type" and use CSS to hide that placeholder text if the input is currently focused.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Mobile: Provide a user-visible way to bring up the keyboard
1 participant