I have some issue (i think so) that permit dragging or pulling down the content of the view causing a type of bouncing effect.
Exist any way to disable this?
I try scrollbar-y=“false” on ion-content
And this on my config.xml
<preference name="webviewbounce" value="false" />
<preference name="UIWebViewBounce" value="false" />
<preference name="DisallowOverscroll" value="true" />
But nothing solve this.
Thanks in advance.