Closed PankajChaturvediDtechies closed 3 years ago
What version is used in above code ? Could you check 4.2.0 ?
Same issue on @4.2.1
What version is used in above code ? Could you check 4.2.0 ?
version of viewpager is 4.1.6
@PankajChaturvediDtechies Hi, I'm trying to reproduce your problem but it work's for me on latest
version as well as next
.
Could you provide some reproduction repository or check if it works with latest version?
I am having the same issue. Tried to create a snack but it happens in a specific case. For me it only happens when I open the screen in a materialBottomBar navigator. I am guessing that it could have something to do with the height.
@leoafarias Also having issues in MaterialTopTabNavigator.
Did you find a solution / workaround?
This issue appears still, if the PagerView
is inside a KeyboardAvoidingView
Ask your Question
Hello everyone I am using a view pager for the video scrolling page and using the bottom sheet to add comments, now the text input is not focusing in development mode, and in production, it takes two taps to be focused. Even using the normal code without a video page I am facing the same issue. this is my simple code where textinput is not getting fuscused. tried with all options of setting heights of the pages but still it is not working.