Hi,
I was integrated to my ionic application (v4). Plugin worked perfectly but I want zoom with mobile drag. Plugin didn't support this functionally.
What are you suggest me?
facing the same issue
Same here...
I solved this issue using this:
https://github.com/drozhzhin-n-e/ngx-pinch-zoom
<pinch-zoom>
<pdf-viewer [src]="src"
[original-size]="false"
></pdf-viewer>
</pinch-zoom>
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Most helpful comment
I solved this issue using this:
https://github.com/drozhzhin-n-e/ngx-pinch-zoom