Rubber band Effect disable and at the same time make page scroll-able

I am working on a sign up page, and the rubberband effect on the page disturb the whole UI ( i.e. the UI shakes) when going from one input field to other. I want to disable rubberband effect, i know the “scroll=false” attribute will disable this but it makes the page unscrollable, which is inefficient if the form is large. Is there any solution to disable rubberband effect and at the same time make page scrollable.

You can now use this to stop rubberband effect. Please make sure to include this snippet in your config function.

$ionicConfigProvider.scrolling.jsScrolling(false);