Ionic scrolling Ionic framework for iOS magnification causes blurry images.

I have set an ionic scrolling tag with a background image, when running on iOS it seems to take a picture with it zoomed in and scrolled which results in blurry images.

I tried to replace PNG with SVG but the problem is the same.

I was looking at the official forum and there seems to be no answer yet, so I wondered if there is a CSS rule that I could use, or if there was an alternative angularjs directive that I could use.

+3


source to share


1 answer


I ran into this issue while trying to display an image in an Ionic v1 ion scrolling container and was able to resolve it. I posted my results on StackOverflow:



Ion scrolling erases my image when scaling in ionic structure

0


source







All Articles