-
Notifications
You must be signed in to change notification settings - Fork 276
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
Not showing complete picture after zoom. #97
Comments
I don't think so this is the case. It works fine for me. Here is the code that disallows the view pager to change the image while there is some portion of the image still left to display. I have kept the difference between I had wasted hours to figure it out initially while implementing this but now according to me it works fine. |
Can you attach a screenshot of the zoomed in image while swiping left (and the ViewPager changing the image) and also the original image (with no zoom)? So that the issue can be clearly understood! |
@csoni111 app is still showing the Connection Error problem. So, I can't enter that image folder to show you the screenshot. As soon as the connection comes I will send you the screenshot |
Okay @csoni111 Look at the screenshots. The below one is while trying to see till the right most part of the picture but it changed. And this one is the complete first picture |
@hshrimali I cannot reproduce this! But if you are facing such an issue then there must be something that I might have overlooked in the code. Can you please debug the code? You just have to log the values of Now for the correct functionality, until the So after logging the values please check if this functionality is maintained in your case. I hope all this is understandable! Also anyone else if facing this issue, please comment! |
I cannot reproduce it either. |
After complete zoom of a picture, when we swipe left to see till the right most part of the image, it just changes the picture instead of showing the right part of the picture which I think should not happen.
The text was updated successfully, but these errors were encountered: