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

Zoom with a single finger like Google Maps does #103

Open
natario1 opened this issue Apr 2, 2019 · 4 comments
Open

Zoom with a single finger like Google Maps does #103

natario1 opened this issue Apr 2, 2019 · 4 comments

Comments

@natario1
Copy link
Owner

natario1 commented Apr 2, 2019

Would be cool to implement this at some point.

@markusressel
Copy link
Collaborator

markusressel commented Apr 2, 2019

I just want to mention that the GestureListener already supports this kind of behaviour.
Thats the reason why I wanted to change the touch input handling a while ago to route everything though the GestureListener instead of manually trying to separate each and every case in the onTouch method.

This line disables the mentioned behaviour in our current code:


and was disabled because it interfered with quick "single" taps (which then were interpreted as double taps).

See this issue #41

@RayyanTahir
Copy link
Contributor

Can it be expected to have next release after a PR is merged for this issue?

@markusressel
Copy link
Collaborator

I think releases are pretty easy, so I would assume yes, but I usually let @natario1 do the releases.

@RayyanTahir
Copy link
Contributor

Oh okay 👍 , I settled with jitpack for now

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

3 participants