I also have the exact issue for ionic 1.7.13. Scrolling on Android devices does not work. I also tried overflow-scroll="true" and
if (ionic.Platform.isAndroid()) {
$ionicConfigProvider.scrolling.jsScrolling(false);
}
Nothing works!
I also have the exact issue for ionic 1.7.13. Scrolling on Android devices does not work. I also tried overflow-scroll="true" and
if (ionic.Platform.isAndroid()) {
$ionicConfigProvider.scrolling.jsScrolling(false);
}
Nothing works!