Skip to content

Commit

Permalink
WFK2-835 Prevent overscroll/bounce in iOS.
Browse files Browse the repository at this point in the history
This also removes rubberband scrolling, thus preventing scroll
unnecessarily, especially on content that scrolls in fixed header
views.
  • Loading branch information
VineetReynolds committed Jan 14, 2015
1 parent aefdc8e commit 0e93771
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion demo/src/main/webapp/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
assumed blocked unless set otherwise. -->
<access origin="http://ticketmonster-jdf.rhcloud.com" />
<preference name="fullscreen" value="true" />
<preference name="webviewbounce" value="true" />
<preference name="webviewbounce" value="false" />
<preference name="DisallowOverscroll" value="true" />

<feature name="App">
<param name="android-package" value="org.apache.cordova.App" />
Expand Down

0 comments on commit 0e93771

Please sign in to comment.