ppy / osu

rhythm is just a *click* away!
https://osu.ppy.sh
MIT License
15.45k stars 2.3k forks source link

Adaptive keyboard support on mobile #6316

Open smileyhead opened 5 years ago

smileyhead commented 5 years ago

Describe the new feature: Currently, osu!lazer always calls the software keyboard's 'limited' mode that has things like word suggestions, auto-correct, glide typing, and multilingual typing disabled. Instead, it could call the mode appropriate for the text box, like email address mode for inputting your email, limited mode for password entry, and fully-featured mode in other places, like other applications do.

yousef157 commented 5 years ago

So you're saying input is allowed anywhere in the game, but it's blocked while playing?

If so, yep, that's a good idea.

smileyhead commented 5 years ago

What? I think you misunderstand: you know how on mobile, software keyboards have different modes they use depending on the context of the text box you're typing into? Osu!lazer is only using one of these modes (the most limited one, with a bunch of features disabled) for all of its text boxes. I'm saying the game should use the two login-specific modes on the login panel, and the fully-featured mode everywhere else.

yousef157 commented 5 years ago

Ah, now I understand. Sorry for my retardation.