Bounce / overscroll effect in ionic 4 on android

Hi,

I’m trying to get the overscroll effect working on android with ionic 4, but without success so far :frowning:

I tried the use of forceOverscroll as well as the CSS property -webkit-overflow-scrolling: touch in combination with overflow-y: scroll and added the following to my config.xml:

<preference name="webviewbounce" value="true" />
<preference name="UIWebViewBounce" value="true" />
<preference name="DisallowOverscroll" value="false" />

However, trying to scroll past the end of a scrollable element still is not highlighted. Does anybody know how to change this in ionic 4? Thanks!

Having the same issues.
Bounce works by default on IOS, but that wave on android is not working :frowning:

For ionic 4 use this <ion-content no-bounce has-bouncing="false" forceOverscroll="false">