nglar / ngTouch

A angular module to add directives for touch devices.
MIT License
53 stars 30 forks source link

Links without ng-touch... aren't working on touch-devices #17

Closed Esger closed 7 years ago

Esger commented 7 years ago

Using ng-touch, normal links with href attribute and no ng-touch/angular attributes don't work no more on touch devices. (they do respond to a mouse click) I have ng-touchmove and ng-touchend attributes on the body element. If I remove these, my links work again. To show the problem I put my project here: http://ashware.nl/pentomino/ngtouchproblem/ try tapping the link to my website (ashWare) at the bottom right. https://github.com/Esger/Pentominos

marktopper commented 7 years ago

It will overwrite a link and will not be changed.