I\'ve got a custom view and I want to get the X and Y coordinates of a user click. I\'ve found that I can only get the coordinates from the onTouchEvent and an onClickEvent
i think you have to call super.onTouchEvent(event) because in that method, the click is detected.