Rubber band effect on ios

While building in ios, when a page is selected there is a rubber band effect for every page. This isnt required as i am not using pull down refresh… So can anybody help me remove this effect .??

I have tried disallowed overscoll in my config file,…but that didnt work,
And here is a part pf my config file -----

 <preference name="webviewbounce" value="false" />
 <preference name="UIWebViewBounce" value="false" />
 <preference name="DisallowOverscroll" value="true" />