Scroll does not start on input text elements - native scrolling

Hi,
I’m using ion-content with overflow-scroll=“true” in order to use native scrolling. Everything goes fine until I run into page where I have form with inputs with type “text” or “number” - then scrolling just doesn’t start when I swipe up or down starting from this element.

I googled similar behaviour https://github.com/driftyco/ionic/issues/1078 - it was supposed to be implemented year ago in nightly build. Now the code looks slightly different, and it still doesn’t do the thing.

Can I have any help with that?
Kind regards,

Hi,

I have the same issue. I’m setting the native scrolling in config:

$ionicConfigProvider.scrolling.jsScrolling(false);

After I set the jsScrolling to false in order to use native scrolling, the scroll up when keyboard displayed on screen doesn’t work anymore. I’ve encountered this issue on textarea element.

If I comment out the jsScrolling set to false the scroll up works fine.

Is this a bug or am I missing something.

Is there a workaround or a fix if this is an issue.

Regards,

BG

  • 1 here! With native scroll, focus input doesent trigger the autoscroll to show the input.