To prevent an iOS cordova application from doing the over-scroll effect you need to add this property to your config.xml file:

<preference name="DisallowOverscroll" value="true"/>

Simple as that.