vue-pinch-scroll-zoom
vue-pinch-scroll-zoom copied to clipboard
Blurry on iPhone WebKit browsers
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( scaleX(), skewY(), skewX(), scaleY(), translateX(), translateY() )
not sure how this would be implemented yet but i will take a look at this if you want