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

Zooming an already zoomed view #850

Closed
whatsthebeef opened this issue Mar 16, 2016 · 1 comment
Closed

Zooming an already zoomed view #850

whatsthebeef opened this issue Mar 16, 2016 · 1 comment

Comments

@whatsthebeef
Copy link

In OSX If I zoom a chart using the pinch gesture and then try the same thing again it often reverts back to it's original position before realizing the zoom. If I just do a single zoom I'm able to pan afterwards without issue but then if I try zoom again the same thing happens. This behavior can be seen in the demo.

Is this expected behavior and what effort do you think is required to make it so a zoom viewed can be zoomed again to increase the zoom further as is in IOS?

@danielgindi
Copy link
Collaborator

Yes, I see this, it is due to the difference of behaviour between NSMagnificationGestureRecognizer and UIPinchGestureRecognizer. magnification property has a 1.0 difference, according to apple.

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