Actual Behavior:
Drag of slider is not working properly only click is working
CodePen (or steps to reproduce the issue): *
Open the demo link of angular material in Chrome 55 on Android Phone
https://material.angularjs.org/latest/demo/slider
Angular Versions: *
Angular Version: 1.5.8Angular Material Version:0.11.4Note :- these are versions of my current app it is not working for even 1.1.1 version of angular material
Additional Information:
Browser Type: *ChromeBrowser Version: * 55OS: *AndroidStack Traces:Shortcut to create a new CodePen Demo.
Note: * indicates required information. Without this information, your issue may be auto-closed.
Do not modify the titles or questions. Simply add your responses to the ends of the questions.
Add more lines if needed.
+1
+1
Might be because fastClick. Will investigate
Not working properly on ChromeOS either. Might be all touch systems.
Any new ideas?
it's related to #10145
As I commented on the md-slider issue above, this bug is an existing crack in handling PointerEvents in Angular. That's why Edge on a Windows touch device shows the same bug.
Adding a touch-action: none style to the slider element fixes the problem.
@clshortfuse: perhaps adding a touch-action: none for .md-slider-wrapper is enough.
You're fucking awesome, You saved my live. Thank You. "No all super heroes wear capes "
Most helpful comment
As I commented on the md-slider issue above, this bug is an existing crack in handling PointerEvents in Angular. That's why Edge on a Windows touch device shows the same bug.
Adding a
touch-action: nonestyle to the slider element fixes the problem.@clshortfuse: perhaps adding a
touch-action: nonefor .md-slider-wrapper is enough.