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

Blurry on iPhone WebKit browsers

Open JohnMica opened this issue 5 months ago • 1 comments

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

JohnMica avatar Sep 27 '24 13:09 JohnMica