thecodealer / vue-panzoom

Vue plugin to zoom/pan dom elements
MIT License
89 stars 20 forks source link

Pinch to Zoom on Mobile #37

Closed Zaphod-Beeblebrox closed 2 years ago

Zaphod-Beeblebrox commented 2 years ago

Hi, I'm using this component in a Vue PWA. while testing on desktop, zooming via mousewheel works perfect. as soon as I move to mobile, pinch to zoom stops working (zooms the entire webview instead). any thoughts?

thanks,

Zaphod-Beeblebrox commented 2 years ago

Just wanted to add that this turned out to be an issue with the Meta tag (maximum-scale). I fixed this by using Vue-Meta and setting maximum-scale=1 on the page with this component