This repository has been 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
Material hijacking touch events for href links. #2026
Comments
This is a known issue and duplicate of #1792. (edited) |
@marcysutton I cannot see the relation to the mentioned issue? |
Hijacking of clicks is a known issue. In what scenario would a developer fetch Angular Material but not include it as a dependency? |
Also happens to when the module is included as a dependency. I was just trying to demonstrate the scope of the problem. |
Again, hijacking of clicks and #2027 are not related. |
Ha! I totally linked the wrong Github issue. Sorry for the confusion, here is the right one: #1792 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When the Angular Material library is fetched, regardless if the ngMaterial module is loaded: Links with hrefs cannot be touched.
In the follow codepen, try touching the links in Chrome DevTools device mode or iOS Simulator Safari.
http://codepen.io/anon/pen/zxejXe
The text was updated successfully, but these errors were encountered: