ngx-panzoom icon indicating copy to clipboard operation
ngx-panzoom copied to clipboard

Pan/Zoom library for Angular

Results 13 ngx-panzoom issues
Sort by recently updated
recently updated
newest added

Hello! I add panzoom and drag&drop with div element and text inside. While panning my font into div has low text sharpness, low quality, because of transform3d. https://stackblitz.com/~/github.com/IlyaChubko/panning 1) Before...

**Describe the bug** It is not possible to drag and drop svg images inside tag **Reduced Test Case** Check stackblitz -> https://stackblitz.com/edit/angular-template-jd4ivb?file=app%2Fapp.component.ts **To Reproduce** Steps to reproduce the behavior: 1....

Demo link in [the documentation](https://www.npmjs.com/package/ngx-panzoom) is not found: https://kensingtontech.github.io/ngx-panzoom-demo

Whenever I scroll to zoom out, the page with my pan-zoom component also scrolls down! Is there a way to disable page scroll while I'm using the scroll wheel to...

Hello I am trying to implement zoom and pan for a single picture in Angular. The picture is much bigger than the the parent container. Therefore i wanted to center...

While dragging an inner element within , there is a shadow image issue in safari. It occurs when you drag the element after panning away from original position.

**Describe the bug** With the following configuration: ``` panZoomConfig: PanZoomConfig = new PanZoomConfig({ panOnClickDrag: true, zoomOnDoubleClick: true, zoomOnMouseWheel: true, initialZoomLevel: 5, }); ``` Calling `api.zoomOut()` initially works, but then right...

When I zoom using the pinch to zoom on a laptop touchpad, it zooms both at the `pan-zoom` element level and the page level. Is it possible to prevent zooming...

**Describe the bug** When i load a image, i was not able to zoom out, but after applying zoom in, zoom out works till initial level, how to zoom out...

Hi @KensingtonTech thank for this awesome package. that's really nice. I have a problem in calling api functions. when I try to call each functions, in browser console this error...