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.
Click not fired with ng-touch 1.3.16 #12082
Closed
Description
I have removed all directives except ng-click from a non responsive button.
On touch devices I only see CSS change styles to :active, but the callback for ng-click does not run.
I am using Chrome 43.0 on Android but am seeing this with Safari on iPhone, and IE on windows phone too.
I remove ng-touch and the problem disappears. I downgrade to 1.3.15 and the problem is gone.
I'm fixing the version to 1.3.15 for now in my bower.json.