[Webkit-unassigned] [Bug 243582] New: CSS Scroll Snap disables momentum-based scrolling on iOS

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 5 01:32:54 PDT 2022


https://bugs.webkit.org/show_bug.cgi?id=243582

            Bug ID: 243582
           Summary: CSS Scroll Snap disables momentum-based scrolling on
                    iOS
           Product: WebKit
           Version: Safari 15
          Hardware: iPhone / iPad
                OS: iOS 15
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: sime.vidas at gmail.com

1. Open https://output.jsbin.com/kehuzan/quiet
2. Scroll the page

What happened: 

The scrolling animation does not have momentum.

Relevant CSS on test page:

html {
  scroll-snap-type: y proximity;
}

li {
  scroll-snap-align: start;
}

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220805/4f2d23a5/attachment.htm>


More information about the webkit-unassigned mailing list