[
https://issues.apache.org/jira/browse/CB-1247?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13527860#comment-13527860
]
Sergey Grebnov commented on CB-1247:
------------------------------------
Probably the following commit is what you are looking for. It implements
CB-1817 "WP8. Add special property to control vertical scrolling behaviour"
https://github.com/sgrebnov/incubator-cordova-wp8/commit/3ffdc09dd8ad9a21f18f0d942c8c619e0c8cb6f0
The commit is part of the following pr
https://github.com/apache/incubator-cordova-wp8/pull/1
> An option similar to "webviewbounce" is needed that works on Windows Phone
> --------------------------------------------------------------------------
>
> Key: CB-1247
> URL: https://issues.apache.org/jira/browse/CB-1247
> Project: Apache Cordova
> Issue Type: Bug
> Components: WP7
> Affects Versions: 2.0.0
> Environment: Windows Phone
> Reporter: Rob Van Wicklen
> Assignee: Jesse MacFadyen
> Fix For: 2.3.0
>
>
> A "webviewbounce" option can be set to fix an app's viewable area in place on
> the iOS screen, making it so that users cannot drag it and move it off the
> side of the screen. A similar setting is needed for Windows Phone.
> Currently, even if the viewport size is set to the device screen dimensions
> and the scale is fixed at 1.0, Windows Phone users can still drag the app's
> viewport which results in a bounce effect similar to what's seen on iOS when
> the webviewbounce option isn't set to false.
> The Windows Phone WebBrowser control doesn't directly expose a property that
> lets you eliminate the bounce, but the desired result can be acheived with a
> small amount of wrapper code around the control. This would need to be
> implemented within Cordova. The following article explains how to do it:
>
> http://www.scottlogic.co.uk/blog/colin/2011/11/suppressing-zoom-and-scroll-interactions-in-the-windows-phone-7-browser-control
> Justification: the ability to eliminate the bounce effect is important for
> app developers who want to create an experience that's similar to a native
> app. This is not currently possible on Windows Phone.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira