DescriptionSupport transitioning between platform scrolling and JS pinching
While a scroll gesture sequence is active, dispatch secondary touchstart
events synchronously, allowing them to be preventDefault'ed by the page.
This affords sites the opportunity to customize pinch/multitouch without
completely sacrificing the benefits of platform (and threaded) scrolling.
Note that even after a page preventDefaults a secondary touchstart,
platform scrolling can resume if the handler stops preventDefault'ing
touchmove events.
BUG=447738
Committed: https://crrev.com/6f12081771bb3f89e3d2d6b6e5e91a16c29ab4f6
Cr-Commit-Position: refs/heads/master@{#311737}
Patch Set 1 #
Messages
Total messages: 7 (2 generated)
|