Uploaded image for project: 'Apache Cordova'
  1. Apache Cordova
  2. CB-8480

DisallowOverscroll doesn't work in windows (universal) app

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Auto Closed
    • None
    • None
    • cordova-windows
    • windows phone 8.1

    Description

      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

      Attachments

        Activity

          People

            Unassigned Unassigned
            et3rnal Sarmad Eternal
            Votes:
            4 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: