Scrollbar on Android

Hi,

I’ve created a simple test app (code bellow, just the blank app with an ion-list, I’ve tested it with more repeated items for the scroll ) and it seems like Android devices are not displaying a vertical scroll bar. Can anyone confirm this is an intended feature? Is there a way to enable the scroll bar?

<ion-header>
  <ion-navbar>
    <ion-title>
      Ionic Blank
    </ion-title>
  </ion-navbar>
</ion-header>

<ion-content>
    <ion-list>
      <ion-item>Terminator II</ion-item>
      <ion-item>The Empire Strikes Back</ion-item>
      <ion-item>Blade Runner</ion-item>
      <ion-item>Terminator II</ion-item>
      <ion-item>The Empire Strikes Back</ion-item>
      <ion-item>Blade Runner</ion-item>
  </ion-list>
</ion-content>
3 Likes

I’m having the same issue and would be also interested in a solution (display scrollbar on android).

Can also confirm that no scrollbar is shown on android 5.1 in my case.
For ion-list aswell as virtualScroll.

I remember that in ionic 1 this had something to do with native scrolling but didn’t find the infos for ionic2. If somebody could confirm this?

I have also the same issue, Please help to resolve.