[Webkit-unassigned] [Bug 162499] New: Provide a way to set the same scroll inertia for "-webkit-overflow-scrolling: touch"
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Sep 23 11:01:07 PDT 2016
https://bugs.webkit.org/show_bug.cgi?id=162499
Bug ID: 162499
Summary: Provide a way to set the same scroll inertia for
"-webkit-overflow-scrolling: touch"
Classification: Unclassified
Product: WebKit
Version: Safari 10
Hardware: iPhone / iPad
OS: iOS 10
Status: NEW
Severity: Normal
Priority: P2
Component: CSS
Assignee: webkit-unassigned at lists.webkit.org
Reporter: dvoytenko at google.com
To make an element scrollable in CSS, currently the following has to be done:
```
.scrollable {
overflow-y: auto;
-webkit-overflow-scrolling: touch;
}
```
The WebKit-only `-webkit-overflow-scrolling: touch` adds momentum scrolling. However, the scroll inertia is drastically different from the native scroll on `<html>` element. Since it's a WebKit-specific issue, could you please add another CSS property to use the native-like inertia for bigger scrollable elements?
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160923/06dc6e45/attachment.html>
More information about the webkit-unassigned
mailing list