-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Keyboard disappears instantly when user taps on input #2442
Comments
Can you provide a video or snapshot of what you are experiencing. What TextInput are you selecting on which component, etc. Snippets and videos are very helpful if an issue is hard to document. |
same issue here, when I updated the router-flux to version v4.0.0-beta.21 the problem started to happen on android keyboard ... did u find the issue ?! |
"react-native": "^0.48.4" my problem was the react-native-drawer component. I replaced this component in the react-native-router-flux drawer and everything works perfectly |
Yes, yesterday at morning I realised of it and now I don't have that issue anymore :) react-native-drawer was the problem. |
@SoldierCorp I have the same issual, could you please tell me how to fix this? thx |
Hi @syq7970, @SoldierCorp I have same issue for dismiss keyboard in Android, for IOS this fine. |
@fauzzi Thanks! actually I using IndicatorViewPager too, after check my scene, issue just solved. |
@mcabs3 I got the same problem I don't have any slider, this issue needs to be open |
Version
Tell us which versions you are using:
Expected behaviour
Don't hide the keyboard when the user taps on input
Actual behaviour
When the user taps on an input the keyboard shows up but instantly it hides and I've been tested all my plugins separately and the issue is when I'm implementing the Router with your package.
This is my Router.js for this demo
It's very simple, I deleted all the other scenes in order to test just the login and the error is still there.
Hope you can help me.
The text was updated successfully, but these errors were encountered: