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

How to find coordinates of touch on the image #64

Open
regiregi2 opened this issue Dec 13, 2018 · 2 comments
Open

How to find coordinates of touch on the image #64

regiregi2 opened this issue Dec 13, 2018 · 2 comments
Labels

Comments

@regiregi2
Copy link

Hi, is there any way of finding where the user has tapped on the image?
(I'm a bit new to android studio)

@kampos
Copy link

kampos commented Mar 29, 2019

I need know too :)

@jsibbold
Copy link
Owner

jsibbold commented Apr 2, 2019

There is not currently a special way built into the library to do this, but it's not the first time this has been requested. Currently I'm working on updating the library to use AndroidX and newer versions of Gradle. Once that's done I can look into possibly adding something like this. In the meantime you could always try to calculate it using the graphics matrix translation and touch coordinates.

@jsibbold jsibbold added the want label May 14, 2019
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

3 participants