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

paging is broken after zoom back to scale=1 #3

Open
Kudo opened this issue Apr 10, 2016 · 0 comments
Open

paging is broken after zoom back to scale=1 #3

Kudo opened this issue Apr 10, 2016 · 0 comments
Labels

Comments

@Kudo
Copy link
Owner

Kudo commented Apr 10, 2016

That is a known issue in iOS UIScrollView

Common solution as the answer is to use nested ScrollView.
Unfortunately, it will cause another issue as react-native #41

Warning: ScrollView doesn't take rejection well - scrolls anyway

One workaround is to re-render view after zooming back.

@Kudo Kudo added the bug label Apr 10, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant