Closed andrzepakula closed 2 years ago
Hello. Does everything else work fine?
Yes, otherwise it's ok, but the zoom in zoom out event doesn't work. I managed without them.
It's not working for me too, how do you listen to an event? want to be able to determine scale factor and the mouse position on the image.
Hi. I am using pro version.I have subscription events in my code, and retrieve only touchend event.
`<pinch-zoom (events)="handlePinchZoomEvents($event)" listeners="auto"
` handlePinchZoomEvents(event: any) { console.log(event); {name: "touchend", detail: undefined}
`