That kind of makes sense. The default in the iOS browser is the elastic thingy, right? The default on Android has no elastic behavior, instead this color-glowy thing on top.
What's the default in the WP* browser? On 5/14/13 5:29 PM, "Jesse" <purplecabb...@gmail.com> wrote: >I am looking to add preference support to WP7 + WP8 for overscroll but >which way should I go? > >[1] iOS default config.xml ><preference name="DisallowOverscroll" value="false" /> >[2] Android version ( commented by default ) ><preference name="disallowOverscroll" value="true" /> > >Here is some conversation on the matter [3] [4] > >Also, incidentally, it looks the build.phonegap team is still using >'webviewbounce' from their documentation [5] ><preference name="webviewbounce" value="false" /> > > >[1] >https://github.com/apache/cordova-ios/blob/master/bin/templates/project/__ >TESTING__/config.xml >[2] >https://github.com/apache/cordova-android/blob/master/framework/res/xml/co >nfig.xml > >[3] https://issues.apache.org/jira/browse/CB-2547 >[4] https://issues.apache.org/jira/browse/CB-2504 >[5] https://build.phonegap.com/docs/config-xml > > >@purplecabbage >risingj.com