Here is my problem which troubled me for a long time,
I have a page contains many input(text, textarea…) control, when I touch one input control on Android, I need the page scroll to this input auto.
If I set this
$ionicConfigProvider.scrolling.jsScrolling(false); //using native scrolling
It does not scroll to the input control until I start to type anything.
When I turn on jsScrolling , auto scroll works ok.
How could I fix this problem if I config jsScrolling turn off?
Thanks a lot.