Open asapMaki opened 1 year ago
Have same problem
Same problem. We need a fix as soon as possible.
Anyone find a workaround?
I'm not using PagerView directly, but I believe I'm seeing the same issue via react-navigation-material-top-tabs
.
"react-native": "0.71.13",
"react-native-pager-view": "6.1.2",
"@react-navigation": all 6.x.x
"react-native-screens": "~3.20.0",
Edit: To elaborate, I've seen some reports where the keyboard only closes on the first focus. In my situation, the field blurs and keyboard closes every time any <TextInput/>
is tapped, making it impossible to enter text.
i have the same issue on the first tap. @asapMaki did you solve this?
Same problem, "react-native-pager-view": "^6.3.1", "react-native": "0.68.0",
Environment
"react-native-pager-view": "^6.1.2"
"react-native": "0.65.3"
"react-navigation": all packages 5.x.x
"react-native-screens": "3.4.0",
-> this is where usually this bug is solved but it didn't work for meAndroidManifest.xml:
android:windowSoftInputMode="adjustResize"
- I need this, otherwise adjustPan pushes the header as well when keyboard is openedDescription
So after trying out many combinations and solutions, this is what I found. Hope you can help me.
We have multi page apply form process. This includes input on almost every screen. Issue happens first time when I focus on input, it automatically closes. I tried combinations when:
collapsable
props, still the sameReproducible Demo
viewPager?.current?.setPage(currentPage + 1)