unable to scroll in scrollView

I think that if your ScrollView contents are smaller than the screen, it won’t scroll. So you can try making height: “150%” or something like that or add in an empty view with a height to stretch your ScrollView higher than your screen.

Wrapping ScrollView in a View with height > the screen will work too.

Leave a Comment