Skip to content Skip to sidebar Skip to footer

Scrolling In Scrollview Inside A Fragment In Viewpager With Soft Keyboard Visible

I use a ViewPager and inside the first fragment of the ViewPager I have a another fragment that is parenting a sub fragment with ScrollView in it. to make it more visual: ┌-----

Solution 1:

Have you tried android:fillViewport="true" inside ScrollView if not then try this.

And use this in your manifiest's Activity which contain your ViewPager

android:windowSoftInputMode="adjustResize"

Hope it will help you.

Post a Comment for "Scrolling In Scrollview Inside A Fragment In Viewpager With Soft Keyboard Visible"