I’ve created a hybrid app using Cordova, and notice I’m able to pull the header down and footer up, which lead to weird behaviour when using the app (at least I feel so).
Adding single line of configuration in config.xml solve the issue. (pheeew… spend couple of hours to research this)
<preference name="DisallowOverscroll" value="true"/>