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

Backspace is not working in Android #1

Closed
ksshanu opened this issue Sep 21, 2017 · 11 comments
Closed

Backspace is not working in Android #1

ksshanu opened this issue Sep 21, 2017 · 11 comments

Comments

@ksshanu
Copy link

ksshanu commented Sep 21, 2017

Hi,

Android backspace button is not working as expected in this module.

@ttdung11t2
Copy link
Owner

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

@raduflp
Copy link

raduflp commented Oct 2, 2017

hopefully that will change after this is merged.

@ttdung11t2
Copy link
Owner

Yes, If the backspace event is working on Android, it will work as the same in IOS

@joshjhargreaves
Copy link

@ttdung11t2 @raduflp, would you mind testing facebook/react-native#14720 to see if it works as you'd expect it to?

@joshjhargreaves
Copy link

It might be worth keeping open until this lands in react native!

@ttdung11t2 ttdung11t2 reopened this Oct 11, 2017
@ttdung11t2
Copy link
Owner

yes, should keep it open

@KalebPortillo
Copy link

Any news on this issue?

@joshjhargreaves
Copy link

joshjhargreaves commented Jan 24, 2018

I implemented onKeyPress with backspace detection in this commit: facebook/react-native@c9ff0bc. It'll be released as part of react-native 0.53

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 :).

@KalebPortillo
Copy link

I will test and let you guys know

@KalebPortillo
Copy link

It worked on 0.53.0-rc.0, both Android and IOS
Thanks @joshyhargreaves

@hungdev
Copy link

hungdev commented Feb 8, 2018

thanks @joshyhargreaves . it worked on 0.53.0

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

No branches or pull requests

6 participants