vue-pinch-scroll-zoom icon indicating copy to clipboard operation
vue-pinch-scroll-zoom copied to clipboard

Vue component that provides content scrolling and zooming using mouse events or two fingers pinch on a mobile devices

Results 5 vue-pinch-scroll-zoom issues
Sort by recently updated
recently updated
newest added

First of all, great component! I wondering if it is possible to use values for width and height, other than pixels. For example %, vh etc. ```js ```

Is it possible to provide browser support for this, or bundled?

Thanks for this lib firstly. Does the latest version support Vue2 and if not which version I'm recommended to use in Vue2?

There seems to be a bug with webkit that triggers the blurry whenever a transform is applied https://bugs.webkit.org/show_bug.cgi?id=27684 however there seems to be a possible fix by using ``` matrix(...

I have a vue3 cli project and have tried to get the vue pinch scroll zoom to work. Something always throws an error. I have attached the essential parts... ```...