-
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
Root scene been reset on keyboard appears #2826
Comments
This is happening with me. On IOS it's ok but on android it's reloading the state when a textInput get focus and the keyboard appears. |
I fix it using
|
This is not a permanent fix, as the back navigation disappear when doing this. |
Maybe duplicate of #2817 |
Sadly calling drawerClose() before Actions.screen() didn't work. |
Please try to reproduce it with Example project and latest version 4.0.0-beta.40. Feel free to open if the issue still exists |
I have the same problem. When I press my input the keyboard will show and disappear after 1 seconds then go back to my initial route scene. How do I fix it.? |
I fixed it by not using router-flux and just using regular routing. Rewrote my entire routing.
… El 5 oct 2018, a las 3:06, roden1999 ***@***.***> escribió:
I have the same problem. When I press my input the keyboard will show and disappear after 1 seconds then go back to my initial route scene. How do I fix it.?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Use 4.0.0-beta.31. |
Version
I have a group of scenes in a tab with a tabBarComponent, when i go to one scene inside the tab and go to another scene with is not in the tab scene, if i open the keyboard and tap something, my current scene is forwarded and sent to my initial in stackLogin
The text was updated successfully, but these errors were encountered: