Tap/click slow in beta & nightly

Hey guys,

It seems the tap/click delay is back in the 1.0.0-beta.1 and nightly.

Here is a simple codepen: http://cdpn.io/aIEJD

If you click the button fast you can see the issue. I have verified this exists on an Ipad Air too.

We are build a stocktake app and need data entry to be fast and responsive.

I don’t remember the version number, but the tap response was the main reason I feel in love with Ionic. It was as fast as our native app in that regard…but not anymore :frowning: I really hope for a fix.

Cheers,
Trav.

here is my solution, use angularjs.touch.js version 1.2.16
copy & paste to end of file ionic.bundle.js
add module ngTouch into app like this

angular.module('starter', ['ionic', 'starter.controllers', 'starter.services', 'ngTouch'])

ok that’s it, enjoy!


it does not fix it all, but feel much better, hope ionic team could solve it.

I’ve seen this quite a bit too. There are some semi-related issues open already. However, none are specific to this problem.

I’ve opened Issue # 1083 : https://github.com/driftyco/ionic/issues/1083

@johnstontrav & @4nil : This is fixed now. Thanks so much Ionic Team!

Great news!! I will test on device and report back.

Cheers.