This repository was archived by the owner on Sep 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Gesture drag on md-list-item prevents list from scrolling on iOS #7311
Labels
os: iOS
This issue is specific to iOS
P5: nice to have
These issues will not be fixed without community contributions.
pr: merge ready
This PR is ready for a caretaker to review
resolution: fixed
Milestone
Comments
This won't be related to the actual |
@devversion there you go: http://codepen.io/gustavohenke/pen/grOrWq Open in an iOS device. |
Nice job man !! Hopefully this gets into library |
devversion
added a commit
to devversion/material
that referenced
this issue
Apr 2, 2016
* On non-android browsers, touchmove events were cancelled and native scroll was disabled as well. * touchAction is supported by the most modern-browsers and drops the cancellation of the touchmove event * If touchAction is not supported, then we're able to use the polyfill (cancelling the touchMove event) Fixes angular#7311.
@gustavohenke Just wanted to let you know, this issue issue is now in progress. |
devversion
added a commit
to devversion/material
that referenced
this issue
Apr 4, 2016
* On non-android browsers, touchmove events were cancelled and native scroll was disabled as well. * touchAction is supported by the most modern-browsers and drops the cancellation of the touchmove event * If touchAction is not supported, then we're able to use the polyfill (cancelling the touchMove event) Fixes angular#7311.
devversion
added a commit
to devversion/material
that referenced
this issue
Jun 2, 2016
* On non-android browsers, touchmove events were cancelled and native scroll was disabled as well. * touchAction is supported by the most modern-browsers and drops the cancellation of the touchmove event * If touchAction is not supported, then we're able to use the polyfill (cancelling the touchMove event) Fixes angular#7311.
devversion
added a commit
to devversion/material
that referenced
this issue
Jun 4, 2016
* On non-android browsers, touchmove events were cancelled and native scroll was disabled as well. * touchAction is supported by the most modern-browsers and drops the cancellation of the touchmove event * If touchAction is not supported, then we're able to use the polyfill (cancelling the touchMove event) Fixes angular#7311.
@gustavohenke Did it work? @ThomasBurleson, @devversion I still having the same issue on Chrome. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
os: iOS
This issue is specific to iOS
P5: nice to have
These issues will not be fixed without community contributions.
pr: merge ready
This PR is ready for a caretaker to review
resolution: fixed
Hey there,
I have built a custom directive for achieving the Dismiss gesture, as documented in the Material Design spec.
The directive registers a
drag
gesture with$mdGesture
in the element, currently an<md-list-item>
:Because of the registered
drag
gesture, I can't scroll this list in my iPad 2 (I don't have other iOS devices to test this). This behavior can be observed in Safari, Firefox and Chrome for iOS.The text was updated successfully, but these errors were encountered: