Hi, I know how to get the clicked position in screen .. my problem is I need to get the X and Y value of image where it clicked. It works fine if I have image size lesser then device but it goes wrong when using the large image.
I am Using horizontal and vertical scroll view to show the large image.
Using the event.getX()
to get the position in the touch listener.