react-native-image-zoom icon indicating copy to clipboard operation
react-native-image-zoom copied to clipboard

iOS version

Open cnjon opened this issue 8 years ago • 4 comments

how do you think about IOS version?

cnjon avatar Mar 09 '16 04:03 cnjon

I would gladly take a pull request. But I don't really know iOS so this may take a while.

Anthonyzou avatar Mar 09 '16 18:03 Anthonyzou

Just use minimumZoomScale and maximumZoomScale props of ScrollView for iOS

sunify avatar Apr 18 '16 16:04 sunify

@sunify Cool that kinda works. I'll play around with it.

Anthonyzou avatar Apr 18 '16 22:04 Anthonyzou

Problem with the minimumZoomScale/maximumZoomScale props approach on iOS is that the image isn't actually zoomed. The pixels in within the ScrollView are stretched, making the image very blurry.

I'm investigating a bit further to see if this can be solved.

justim avatar May 12 '16 18:05 justim