Hacker News new | ask | show | jobs
by NicoJuicy 4237 days ago
I wonder if Ionic Framework did remove the click-delay of +/- 300 ms for browser apps / sites. I tested a demo of the framework a while ago and the app just felt slow (perhaps because of the animation or what i thought was the delay on click).

Googled: According to info, they did remove it, but you shouldn't use the ng-touch or fastclick side by side with it (source: http://stackoverflow.com/questions/25419109/ionic-tap-delay-... )

1 comments

It is removed. There are a number of browser quirks that Ionic handles so that all click events are handled accurately, and not just ones with an ng-click directive.

Here's a blog post that goes into more detail about the 300 ms delay problem: http://ionicframework.com/blog/hybrid-apps-and-the-curse-of-...