Birk

Results 7 comments of Birk

@lukasz-galka It would be nice to have an option to inject any kind of element (Angular Component) and replace the default Tag with it. For example I need to display...

I'm not sure if you still need help but in case you do: If you use the normal Angular build process (`ng build --prod`) you don't need TypeScript anymore. Angular...

There are several problems with the current zoom implementation. As soon as the scale differs from the scale used to generate the image it looks bad. If you zoom too...

PDF support doesn't work in IE11or Edge. The reason is this line: https://github.com/hallysonh/ngx-imageviewer/blob/8ca97aa0a2db4b33dde5deeb551c84ebf13af9a0/projects/ngx-imageviewer/src/lib/pdf.loader.ts#L87 `canvas.toBlob()` is not supported in Internet Explorer or Edge see https://developer.mozilla.org/en-US/docs/Web/API/HTMLCanvasElement/toBlob#Browser_compatibility I just found this out the...

This should help though: https://www.npmjs.com/package/blueimp-canvas-to-blob

Paging is supported for PDF's. What you probably want is a gallery around this like here: https://murhafsousli.github.io/ngx-gallery/ it also supports ngx-imageviewer for it's zoom and pdf support. Here is a...

I added a link to the test-case for this parameter in the original jq. But I'm still not quiet sure that I understand the difference. BTW: maybe adding these test-cases...