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

Undesirable zoom when entering page with ViewPager2 #88

Open
endrjudev opened this issue Mar 5, 2020 · 5 comments
Open

Undesirable zoom when entering page with ViewPager2 #88

endrjudev opened this issue Mar 5, 2020 · 5 comments

Comments

@endrjudev
Copy link

I have such a problem - when scrolling with view pager some of the pages are auto zoomed a little and after a second they revert to original size. This seems to not occur when scale type of an imageView is set to Matrix, but not confirmed. I have a default configuration in code, nothing custom. Additionally autoReset seems to not work everytime i lose interaction with image.

app:zoomage_autoResetMode="ALWAYS"
app:zoomage_restrictBounds="true"
app:zoomage_animateOnReset="true"
app:zoomage_autoCenter="false"
app:zoomage_translatable="false"
app:zoomage_zoomable="false"
app:zoomage_minScale="1"
app:zoomage_maxScale="5"
app:zoomage_doubleTapToZoom="false"

@jsibbold
Copy link
Owner

jsibbold commented Mar 9, 2020

Are you using the current release or the snapshot?

@endrjudev
Copy link
Author

endrjudev commented Mar 9, 2020 via email

@jsibbold
Copy link
Owner

jsibbold commented Mar 9, 2020

Can you please give the snapshot a try and see if you experience the same issues?

@endrjudev
Copy link
Author

endrjudev commented Mar 10, 2020 via email

@jsibbold
Copy link
Owner

1.3.1 is in jcenter now

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

2 participants