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

Chromium browsers on Android only shows numeric input #262

Open
DigiEggz opened this issue Dec 20, 2023 · 0 comments · May be fixed by #263
Open

Chromium browsers on Android only shows numeric input #262

DigiEggz opened this issue Dec 20, 2023 · 0 comments · May be fixed by #263

Comments

@DigiEggz
Copy link
Contributor

DigiEggz commented Dec 20, 2023

I've encountered a strange issue where no characters except for numbers will enter or display in FlxInputText fields when using a Chromium-based browser on Android.

TextDemo.zip

I've attached a sample project. You'll need an Android device, a Chromium browser (such as Chrome or Brave) and the ability to test a local HTML5 project on your device.

Even with a standard NO_FILTER text input, the only characters that can be entered are numerical characters. At first I thought it had to do with keycodes, but those number keys also count as keycodes, so I'm uncertain of what my be happening here. Firefox works as expected.

Edit: I found the root cause. It most likely due to this Android browser issue. I'm working on a fix and will have a PR out later today.

@DigiEggz DigiEggz linked a pull request Dec 21, 2023 that will close this issue
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 a pull request may close this issue.

1 participant