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>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With