You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Sergey Grebnov (JIRA)" <ji...@apache.org> on 2014/07/09 14:00:08 UTC

[jira] [Assigned] (CB-7059) Overscrolling in webview

     [ https://issues.apache.org/jira/browse/CB-7059?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sergey Grebnov reassigned CB-7059:
----------------------------------

    Assignee: Sergey Grebnov  (was: Jesse MacFadyen)

> Overscrolling in webview
> ------------------------
>
>                 Key: CB-7059
>                 URL: https://issues.apache.org/jira/browse/CB-7059
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: WP8
>    Affects Versions: 3.5.0
>            Reporter: Sergey
>            Assignee: Sergey Grebnov
>            Priority: Critical
>
> Overscrolling
> tried css
> body {
> 	-ms-touch-action: none;
> 	touch-action: none;
> 	-ms-overflow-style: none;
> }
> in IE on Windows Phone 8 works as expected
> but when i make swipe in Cordova application in scroll in far blank area
> Video the same page (background is setted by css, and only background):
> IE:[http://youtu.be/VaT1CqBYVXI]
> Cordova: [http://youtu.be/3bm4XNZEbRs]
> DisableBouncyScrolling in CordovaView set to true
> Sometimes loading of Google Maps in cordova application resolve this issue and window cannot overscroll



--
This message was sent by Atlassian JIRA
(v6.2#6252)