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 a user preference for whether to automatically focus the input in mobile #34

Open
curiousdannii opened this issue Aug 12, 2017 · 1 comment

Comments

@curiousdannii
Copy link
Contributor

Soft keyboard will often take up to 50% of the available screen space, and in a game like City of Secrets where there are other windows, you can be left with only 30% of the screen for reading updates, just 8 lines.

It would be good to let the user choose whether the input should be automatically focused. Probably that means Quixe should have some kind of menu - maybe a partially transparent hamburger menu floating over the top? Could be hard because games don't expect that and might even put some input element in those places. The menu might need an option to hide itself.

@curiousdannii
Copy link
Contributor Author

See erkyrath/glkote#9 for related discussion.

When a system like Voiceover is used it is important to keep the input element focused, so if we can detect Voiceover we should make sure the preference is automatically set.

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

No branches or pull requests

1 participant