-
Notifications
You must be signed in to change notification settings - Fork 156
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
Not accepting characters from some keyboard like samsung default keybaord or AI Keyboard etc #26
Not accepting characters from some keyboard like samsung default keybaord or AI Keyboard etc #26
Comments
found out that removing the following code will solve the issue to some extent
|
it seems that changing |
This will fix glomadrian#26 to an extent where some third-party and Google Keyboard were not able to enter characters
This DOES NOT work in regards to the Samsung 8 and it's keyboard, maybe the Samsung keyboard in general. |
I regret so much I ever used this lib.... |
When using key board that comes built in on Samsung mobiles or AI Keyboard the
onKeyDown
oronKeyUp
is not triggered at all specially for the number keys. Although the arrow keys and done button on keyboard do trigger the aforementioned methods.The text was updated successfully, but these errors were encountered: