I was excited about the new stable version of ionic and I have to say that native scrolling is amazingly smooth for me but I run into a serious issue with a keyboard and scrolling.
Config:
if (ionic.Platform.isAndroid()) {
$ionicConfigProvider.scrolling.jsScrolling(false);
}
The template looks like this (I removed obviously some angular logic, “if conditions” which has nothing to do with the issue:
I’ve just opened the link you provided on my mobile (Android 4.1.2) and I can see the problem. As soon as you click on the textarea the scrolling is disabled and you are stuck!
Any solutions yet? I have a similar problem. For me it scrolls the view up to the top on input focus. i found the reason for this in the ionic.bundle.js, but deactivating this behaviour doesn’t solve the rest of the issues.
HI mhartington,
I’ve just tried running your command (amazing work done by ionic to simplify the process to put code for git to device )
and i got the scrolling bug on my G3 running android 5.1.1
Some customers also report that problem and we have to disable native scroll to workaround it.
Hmm, alright, suddenly it’s not working for me either.
Since there is an issue already open for this, please direct any information or examples you have there.
Problem on Android and on iOS.
I noticed that when focus on input and keyboard overlay that if I type something the view scroll correctly to the input.
ionic start fix_suggestion http://codepen.io/anon/pen/gpgWOe && cd fix_suggestion
ionic platform add android
ionic run android --device
I don’t know if this is enough but it seems to work. I can’t tell if it’ll cause any troubles, because I haven’t tested every possible scenario, but is working for me.
Same problem here.
My page displays ~15 inputs (input text, select, …). When the user tries to write or select something which was out of the view on page load (= fields at the bottom of the page), he gets stuck almost every time (impossible to scroll top/bottom, UI seems frozen).