Removed touch delay on <canvas>

Hi guys, hi Ionic,

I’m using a canvas inside an ion-content and I need a high responsive (in the touch sense) component to register user clicks. Right now it feels a bit slow and when I click fast it seems not all clicks/taps get noticed (I’m playing back a sound when the canvas is clicked).

Just when writing this it came to my mind that it just might be the sound not playing accurately.

But in general I want to ask: is the canvas affected by the “delay removal” if ionic or do I have to act here and add something like Fastclick to the canvas?

Any opinions appreciated !

Thanks