Make certain changes in config.xml
,
If you are using it for Android, then use
<preference name="disallowOverscroll" value="true" /><preference name="webviewbounce" value="false" />
And for IOS, use like
<preference name="DisallowOverscroll" value="true" /><preference name="webviewbounce" value="false" />
Hope this helps you.
EDIT
Do a cordova build
after you have made changes in the config.xml
file so that the changes affect to your project. The above steps would solve your problem only after you do a cordova build