Drag/Touch events being captured at Ionic level and not propagated down to children

Hi.

I’m trying to use Ionic with a JQuery based image cropper but I’m having issues with Ionic swallowing all the Drag/Touch events and never propagating them to child elements. I experimented with ion-content tag and scroll attr and overflow-scroll attr since I thought that was would I have to use but it did not help.

This is the jquery based image cropper I’m using, It uses Hammer.js for touch events support. I include jquery/hammer/cropbox before including Ionic.