You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Jan Piotrowski (janpio) (JIRA)" <ji...@apache.org> on 2019/07/05 13:03:01 UTC

[jira] [Closed] (CB-8480) DisallowOverscroll doesn't work in windows (universal) app

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

Jan Piotrowski (janpio) closed CB-8480.
---------------------------------------
    Resolution: Auto Closed

If this is still a problem, please recreate the issue over at [https://github.com/apache/cordova-windows.] Thanks.
 

> DisallowOverscroll doesn't work in windows (universal) app
> ----------------------------------------------------------
>
>                 Key: CB-8480
>                 URL: https://issues.apache.org/jira/browse/CB-8480
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: cordova-windows
>         Environment: windows phone 8.1
>            Reporter: Sarmad Eternal
>            Priority: Major
>              Labels: patch, universal, windows, wp8.1
>
> There is no way to stop the bouncing window when scrolling like ofther platforms as DisallowOverscroll doesn't seems to be working for me.
> Microsoft provides this CSS:
> -ms-touch-action:none;
> But it kills the scrolling everywhere in the app, so I used it like this
> -ms-touch-action:pan-y;
> which keeps the vertical scrolling working "with bouncing" but makes using swipe event very responsive.
> Disabling the zoom also helps and its easy to do through the CSS :-ms-content-zooming: none;
> There are few solution out there to be done though c#, but they make the scrolling sluggish and not smooth.
> Thanks



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org