How to disable scroll/page bounce?

I want to disable bounce on my iPad app. There is no long content to scroll.

Can you provide a sample of the UI’s page bounce?

There is an element in the configl.xml that you can add to prevent this (it might be there already)

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

This was already there