How to use fastclick.js with Ionic

I am doing a project using ionic. But there are some problems in button (in particular tab button). Just does not detect when you click on it. I heard that Fastclick library in it. But I could not figure out how to use. I would appreciate if you can help.

Fastclick should not be used with ionic. Ionic already has it’s own internal implementation

http://ionicframework.com/docs/api/page/tap/

1 Like

Thanks your answer. My old version was ionic to slow. But now i upgraded. It looks fine.

should we use ng-click or touchstart?