The has-bouncing attribute should definitely be more visible in the docs. The fact that it overrides all three config preferences and is “on” by default, makes it extremely difficult debug when trying to turn off bouncing.
I say this coming from 3 hours changing config preferences and doing builds trying to debug this.
Thanks for your answer though, finally have bouncing turned off!
because the following code does not work **<ion-content overflow-scroll="true" has-bouncing="false" >**, Is there any solution ?? I’m sorry the bad english
In case anybody want to disable bouncing globally, I am able to make it work using decorator (inspired by decorating directive). I didn’t check yet any side effect of this, but at least work for now
Adding the attribute no-bounce to my <ion-content> works for me on iOS 10 using Ionic 3.1.1. It correctly prevents me from scrolling past the top of the content, which makes my swipe to go back transitions much cleaner. I’m not sure why it’s not documented.