Some browsers allow you to scroll up and down using toolbars and tabbars.
Is there a way to fix the position completely by devising HTML and CSS descriptions?
Example OnsenUI (whole screen scrolling when viewed in Safari on iPhone)
http://s.codepen.io/onsen/fullembedgrid/pGuDL
Example of SendTouch (only the central content area is scrolled when viewed in Safari on iPhone)
http://cdn.sencha.io/touch/sencha-touch-2.4.1/examples/kitchensink/ #demo/bottom-tabs
Scroll up and down the entire screen in config.xml
<preference name="webviewbounce" value="true">
You can set the value to false to prevent it from bouncing.
If there is no description,
<preference name="webviewbounce" value="false">
All you have to do is add the
© 2024 OneMinuteCode. All rights reserved.