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

Android Virtual Keyboard covers the Seed's Text Input Box #52

Open
Noodlemire opened this issue Apr 12, 2023 · 1 comment
Open

Android Virtual Keyboard covers the Seed's Text Input Box #52

Noodlemire opened this issue Apr 12, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@Noodlemire
Copy link

In both portrait and landscape mode, Android's on-screen keyboard completely covers the little text box where you can type a seed in, making it very annoying to try to input any custom seed. It's still possible to input the seed, you just can't check to make sure you're doing it right without hiding the keyboard over and over again.

Ideally, the seed input box should be able to raise itself over the virtual keyboard to remain visible as you type. Or it could just be at the top of the screen in general, but I can understand not wanting to separate the pre-game settings like that.
Screenshot_20230412-132825_Feudal_Tactics

@Sesu8642 Sesu8642 added the enhancement New feature or request label Apr 15, 2023
@Sesu8642
Copy link
Owner

I found this libGDX issue: libgdx/libgdx#3892
Unfortunately, there doesn't seem to be an easy solution. I guess I could detect when the seed input field is focused on Android and then move all the inputs to the top.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants