简体   繁体   中英

How to enable zooming with two fingers in ngx-pinch-zoom

How to enable zooming with two fingers in ngx-pinch-zoom. Only double tap is working for zooming now. I'm using Ionic 5.0.0 app

 <pinch-zoom [double-tap-scale]="5" > <img class="img" [src]="imagePath" alt="image" /> </pinch-zoom>

The below code worked.

 <pinch-zoom [limit-zoom]="4" > <img class="img" [src]="imagePath" alt="image" /> </pinch-zoom>

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM