Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

react-native-image-view can't zoom #50

Open
ping90750 opened this issue Apr 10, 2019 · 11 comments
Open

react-native-image-view can't zoom #50

ping90750 opened this issue Apr 10, 2019 · 11 comments

Comments

@ping90750
Copy link

for android can't zoom out

@jacquesdev
Copy link

Hi @ping90750 - have you found a fix for this?

@arabbott
Copy link

arabbott commented Jun 2, 2019

I have similar issues...pinch to zoom has issues...but I dont think its anything associated with this lib. I think its related to this: facebook/react-native#15059

@ferndot
Copy link

ferndot commented Jun 19, 2019

I am using this package with Expo on an Amazon Fire Tablet. Pinch to zoom nearly always glitches for me. It seems to get stuck when zooming in and one cannot zoom back out. Also, scrolling around the image while zoomed is very jumpy.

@seraco
Copy link

seraco commented Jun 21, 2019

Zoom also doesn't work here.

@magestein
Copy link

same problem here

@akhan118
Copy link

yeah same here, I had to uninstall .

@jhoanborges
Copy link

jhoanborges commented Jul 25, 2019

I fixed it using this version
"react-native-image-view": "^2.1.1",

@hemith
Copy link

hemith commented Jul 31, 2019

  • v2.1.5
  • long image (720 x 6000)

zoom doesn't work on background area
zoom work on image area

When I get background area only by zoom-in
I can't zoom-out.
because zoom doesn't work on background area.

@nirajniroula
Copy link

nirajniroula commented Nov 20, 2019

I fixed it using this version
"react-native-image-view": "^2.1.1",

Didn't work for me.

@nirajniroula
Copy link

nirajniroula commented Nov 20, 2019

Any solutions found for this problem? Zoom feature is not working well. Works well when I zoom in and out without removing my fingers. Trying to zoom in and removing the fingers, and again trying to zoom out leads further zoom in.

@antonKalinin
Copy link
Owner

antonKalinin commented Dec 27, 2019

Hey guys and sorry for long time not responding.

This repo has been abandoned a little bit but I have a good news: in my current company we needed the same functionality that this module provides so we completely rewrote it and made a lot of improvements. So there should be no more jumpy scrolling and finally zoom on Android works as expected! We also have optimised module it terms of performance for large lists of photos.

Please check it: https://github.com/jobtoday/react-native-image-viewing

The API is very close to this one so there shouldn't be a lot of problems to replace.
There are still some features missing and we are planning to add it very soon.

Thanks a lot for using this module.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests