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 (JIRA)" <ji...@apache.org> on 2014/07/01 14:53:25 UTC

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

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

Sergey updated CB-7059:
-----------------------

    Description: 
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 windows cannot overscroll


  was:
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



> 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: Jesse MacFadyen
>
> 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 windows cannot overscroll



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