This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
ngTouch ngClick doesn't bubble #9872
Closed
Description
When using ngClick on mobile, ngTouch
prevents the following click event from propagating.
And the custom click event it triggers doesn't propagate.
This creates inconsistent behavior in that on a computer, the click event continues to bubble/propagate, but on mobile, it stops. This means that any directives higher in the dom that listen for element clicks fail.
See my SO question for more details.