TextInput in ViewPager unfocusssing due to KeyboardAvoidingView?

357 views Asked by At

I've read multiple questions regarding an existing issue with the PagerView library being combined with the KeyboardAvoidingView. All of the asked questions didn't lead me to a full solution. Multiple stated that the behavior of the KeyboardAvoidingView needed to be changed to only padding, which caused my view to not work at all. Is there another workaround or full solution to this problem?

Behaviour

Pressing on the input field makes the keyboard appears and disappears immediately. (it's not willing to focus).

I've posted a screenrecording on YouTube.

Expected behavior

The keyboard should just stay in focus whenever the input field is pressed.

0

There are 0 answers