v1.0.0-beta.1 - ion-content scroll stopped working on Android 2.3

Hi

The ion-content scroll=“true” has stopped working on Android 2.3, while in 0.9.27 alpha worked ok. I cannot scroll its contents like before.
Same behavior with the ion-scroll directive.
(I dont know if it is related, but the Toggle css component has started to work)

Thank you!

Hey @elacca, can you share more of your code? To be honest, scroll="true" shouldn’t even do anything, it scrolls by default :smile:

Hi @max

Just a simple app like the existing http://codepen.io/ionic/pen/JsHjf

The scrollbar is there, I can see it, if I modify the scroll-bar-v css style.

I agree, $ionicScroll doesn’t work anymore since beta actinium on android 2.3.
It is a major issue, the app can not be scrolled at all.

I can also see the bar when the page loads, then it disappears.

Facing the same issue. You can also use an older version of chrome (6, with webkit 533, corresponds to android 2.3’s default browser, webkit 533) to recreate the same. I’m creating I have created this issue on github.

Through trial and error, I have discovered that changing one line magically makes it work.

@peey Thanks for the solution! It works!

@elacca it has now officially been fixed. see https://github.com/driftyco/ionic/commit/bfcf26507f0f0c50405a6e48761f2a4eb76c5c02 . I’d recommend that you use the official fix.