Hi,
is there possibility in ionic 4 to disable bouncing effect on iOS devices?
Thanks
Hi,
is there possibility in ionic 4 to disable bouncing effect on iOS devices?
Thanks
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)
Thanks, it is working
Coolio, good to know