Ionic 4 disable bounce effect on iOS

Hi,
is there possibility in ionic 4 to disable bouncing effect on iOS devices?

Thanks

1 Like

Not sure about the right answer, anything I know is that the last time I saw a post about the subject the answer was:

use attribute forceOverscroll on ion-content (https://beta.ionicframework.com/docs/api/content#properties)

3 Likes

Thanks, it is working

1 Like

Coolio, good to know :slight_smile: