Scrolling is unavialable on Android 4.4 based on ionic 1.2.1

I updated the ionic to 1.2.1 , but unfortunately , the app could not scroll any more.
How can I fix this problem ?

This is a known bug on 1.2.1. To re-enable scrolling you have to force Javascript scrolling by putting ‘overflow-scroll=false’ as so: <ion-content overflow-scroll="false">. I just went back to 1.1 cause there are too many bugs in 1.2.1. I will wait for 1.2.2.

Oh it looks like 1.2.4 is out. Try it out. I haven’t tried it out myself so I am not sure if they fixed that issue or not. Good luck.