-
Notifications
You must be signed in to change notification settings - Fork 565
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
iOS Zooming issue #71
Comments
It look like zooming from the current screen center, |
I tested this on a physical device and it's the exact same behaviour. |
yep - having the same problem with the latest version. not sure how to help with debugging? |
The zooming issue is fixed in the latest version. However, now whenever you pan the view goes to the top right of the file in iOS. Should I create a new issue for this? Thanks! |
I have the same issue when creating a standard react native app with the basic setup for this viewer as defined in the readme. On iOS, when you zoom in and scroll to the right, it snaps back to the left and you can't scroll right anymore, even though the page is still scaled > 1. This makes it almost completely unusable on iOS if you want to enable scaling. Any ideas how to resolve this? |
Please wait, I am rewriting IOS codes again, and almost finished. |
@ALL I rewrite the iOS codes, and commit to master. Notice: |
|
@eballeste |
two many old version problems, close it. |
Hi, I have problems with iOS pinch zoom in latest version. It's not smooth at all, and the center of the PDF moves to the bottom right corner of the screen. On android looks very good. If you need, I can record my screen. |
Because I use TileLayer for drawing performance, when zoom, it will redraw screen with tile first, when all drawing finished, it will show at pinch center. |
When zooming, the view resets to the center. This means that if I move around the pdf and then try to zoom in or out, I get back to the center every time.
The text was updated successfully, but these errors were encountered: