-
Notifications
You must be signed in to change notification settings - Fork 351
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
Backspace is not working in Android #1
Comments
Yes, on Android, InputText doesn't fire onKeyPress event, so backspace button is not working. you can tap on the letter/number to remove it |
hopefully that will change after this is merged. |
Yes, If the backspace event is working on Android, it will work as the same in IOS |
@ttdung11t2 @raduflp, would you mind testing facebook/react-native#14720 to see if it works as you'd expect it to? |
It might be worth keeping open until this lands in react native! |
yes, should keep it open |
Any news on this issue? |
I implemented edit: It'd be useful if anybody would be willing to test with the latest RC of react-native: https://github.com/facebook/react-native/tree/v0.53.0-rc.0 :). |
I will test and let you guys know |
It worked on |
thanks @joshyhargreaves . it worked on 0.53.0 |
Hi,
Android backspace button is not working as expected in this module.
The text was updated successfully, but these errors were encountered: