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

onFocus and onEndEditing event not working #19

Open
harshit-jalhotra opened this issue Apr 19, 2018 · 11 comments
Open

onFocus and onEndEditing event not working #19

harshit-jalhotra opened this issue Apr 19, 2018 · 11 comments

Comments

@harshit-jalhotra
Copy link

harshit-jalhotra commented Apr 19, 2018

This compnent is not supporting onFocus and onEndEditing event. Please help

@harshit-jalhotra harshit-jalhotra changed the title onFocus and onEndEditing event now working onFocus and onEndEditing event not working Apr 19, 2018
@hweister
Copy link

Because it change the default onFocusChangeListener to popup custom keyboard, when input text is focused.

@harshit-jalhotra
Copy link
Author

Is there any alternate to use onFocus and onEndEditing event in this component?
I need to perform some calculation when left textinput.

@gitasong
Copy link

gitasong commented May 1, 2018

I'd like to see an alternate for onFocus also, as we're using that for custom field highlighting.

@hweister
Copy link

hweister commented May 2, 2018

I forked this repo and add three events dispatcher: onFocus, onBlur and onEndEditing
You can have a try : https://github.com/hweister/react-native-custom-keyboard

@harshit-jalhotra
Copy link
Author

It works now. Thank you so much @hweister

@harshit-jalhotra
Copy link
Author

Also one more bug I found, this custom keyboard is covering textinput which is focused. It is not scrolling textinput.

@gitasong
Copy link

gitasong commented May 3, 2018

It actually isn't working for us. Not only is the onFocus prop not working as expected, but there are additional bugs. I don't have the time to enumerate them properly right now, but I will in the future if I get the chance.

@harshit-jalhotra
Copy link
Author

@hweister can you please look into this issue, textinput is hiding behind the keyboard when keyboard open.

@harshit-jalhotra
Copy link
Author

@hweister any luck?

@singhlovey
Copy link

@gitasong

I am getting an issue.

focus() event not working. Please help!

Thanks

@lucky-009
Copy link

I forked this repo and add three events dispatcher: onFocus, onBlur and onEndEditing You can have a try : https://github.com/hweister/react-native-custom-keyboard

it works now

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

5 participants