trabricks-react / react-native-photo-zoom

MIT License
10 stars 7 forks source link

Images uploaded from Iphone 11 are blurry #5

Open Gabogg07 opened 4 years ago

Gabogg07 commented 4 years ago

In some cases if the source image is uploaded from an Iphone 11, it will show a bit blurred. If i get the same source URL and display it inside an image component it renders perfectly. The issue is happening on iPhones, on android they render perfectly

Vasault commented 4 years ago

can i test this on the iPhone 11 simulator? or is just happening on the device?

Gabogg07 commented 4 years ago

It was happening on any iPhone, simulator or device. The thing is when the photo is uploaded from and iPhone 11.

Vasault commented 4 years ago

i'm actually working with ImagePicker component to upload or take a picture directly from my phone, in this case testing with simulator, then using the photo zoom component, and yet, i see the image very clear, and some of the photos are 4k, are you sure the issue is related with photo zoom, and not a different component?

Gabogg07 commented 4 years ago

It worked just fine with the normal image component. I was about to close the issue because I used a workaround for this one. No longer able to keep track of this