Keyboard keeps closing when typing on TextInput on android

68 views Asked by At

We have a problem with our app on some android devices (working fine on iOS), whenever we try to type something on TextInput the keyboard keeps closing we tried so many solutions, we even thought the problem might be with react-native migration, so we migrated from react native 0.65 to 0.71.1, it solved the problem at the first try but when I generated another bundle and tested it we faced the same problem again, on some android devices not all of them like always.

I tried the solutions on this issue github but didn't work, cleared the caches many times removed node_modules and re installed all but same problem.

We don't know exactly what is the problem, we getting claims from our users that they cannot change their informations on the app and stuff like that and that is really frustrating.

preview

Update: Hope this helps but we found out that when moving to some screens it works then when moving to other screens it fails again.

I tried the solutions on this issue github but didn't work, cleared the caches many times removed node_modules and re installed all but same problem.

0

There are 0 answers