Adrian
Adrian
https://github.com/lukasz-galka/ngx-gallery/issues/242
Did my solution not work for you either?
Modify the providers in your app.module.ts with ``` export class CustomHammerConfig extends HammerGestureConfig { overrides = { pinch: { enable: false }, rotate: { enable: false } }; } ```...
@ksnyde I'm at this same issue and I'm not sure how to fix this with your example. Where is this.horizonServerURI() coming from?
Ah so that's why toastr wasn't working. Thank you. I hope he keeps going.