Scrollbar not shown with native scrolling in Android

I can’t get the vertical scrollbar to show when I have enabled native scrolling.

I’m enabling native scrolling by the following code in the module’s .config():

$ionicConfigProvider.scrolling.jsScrolling(false);

I have forked the sidemenu starter app at: https://github.com/rtamarasinghe/ionic-starter-sidemenu to demonstrate the issue.

This has the above change, plus additional items in the “Playlists” page to get it to scroll.

If I disable native scrolling by removing the native scrolling, scroll bar shows up fine.

Can anyone help me to get the scrollbar to show? I have tested this on a Nexus 7 with Android 5.0 and a phone with 4.4.2.
Thanks