hudsonsilvaoliveira
hudsonsilvaoliveira
Same problem here with me @kajalbh99. Any news on that? I'll take a closer look at this later, but I feel like that's a problem with HAMMER_GESTURE_CONFIG, which we need...
GOT IT! Based on https://github.com/hammerjs/hammer.js/issues/1014#issuecomment-298724577, I've managed to got everything working now. Going throught the files I've saw that the **ionicGalleryModal.GalleryModalHammerConfig** is nothing more than a extend of the standard...
@jayzyaj our custom class code goes into your **/ionicapp/src/app/app.module.ts**, right before the @NgModule({}) declarations. We are actually just rewriting the **GalleryModalHammerConfig** (https://github.com/nikini/ionic-gallery-modal#installation), used in the **providers** section, that didn't work...
Thanks @piotrn1 this worked for me. More details here: https://github.com/web-dave/ngx-img-cropper/issues/8#issuecomment-376651830