Ng2-pdf-viewer: Zoom in mobile device

Created on 6 Nov 2019  路  4Comments  路  Source: VadimDez/ng2-pdf-viewer

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?

stale

Most helpful comment

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>

All 4 comments

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

quentinmachard-niji picture quentinmachard-niji  路  3Comments

fncamm picture fncamm  路  4Comments

UlricW picture UlricW  路  3Comments

RahmatAliMalik5 picture RahmatAliMalik5  路  5Comments

viktorhajer picture viktorhajer  路  7Comments