I'm fairly new to PhoneGap/Cordova and I'm trying to build an app for iOS and Android. I've read every page/forum I could find on how to get rid of the overscroll but it's just not working for me. I'm working with OnsenUI and AngularJS if that makes any difference. I have this in my config.xml file already:
<preference name="DisallowOverscroll" value="true" />
<preference name="webviewbounce" value="false" />
I made sure I only have one config.xml in my project. The Cordova version is 3.5.0.
My navigation bars keep scrolling out of view because of this. Anyone tried anything else/have other ideas?