Hello,
Your plugin is very great, but I have a problem with it in my project. I can't pinch to zoom in document when display it... I test it on Android and iOS 11.
Here is my call :
<pdf-viewer *ngIf="!error"
[src]="{
url: url,
httpHeaders: httpHeaders
}"
[original-size]="false"
[render-text]="true"
style="display: block;"
(after-load-complete)="onLoaded($event)"
(error)="onError($event)"></pdf-viewer>
Thank you very much !
Possibly duplicate of #22
Zoom does not seem to always work in combination with [original-size]="false". Set [original-size]="true" and try again.
Worked with [original-size]="false" when a display: block; class was applied to the pdf-viewer element.
Most helpful comment
Zoom does not seem to always work in combination with [original-size]="false". Set [original-size]="true" and try again.