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

Can't get zoom buttons visible and zoom with them if pinch zoom is disabled with setZoomEnabled(false,false) #469

Open
GoogleCodeExporter opened this issue Jul 4, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. set zoom false for pinch zoom
2. set buttons visible

What is the expected output? What do you see instead?
Expected: turned off pinch zoom but still can zoom with buttons
Instead: turned off pinch zoom but turned off zoom buttons too

Please provide a source code snippet that we can use to replicate the
issue.

 mRenderer.setZoomEnabled(false, false);
 mRenderer.setZoomButtonsVisible(true);

What version of the product binary library are you using?
1.2.0

Please provide any additional information below.



Original issue reported on code.google.com by takacs.b...@gmail.com on 20 Jan 2015 at 10:57

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant