You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All touch events should be available for click detection like this. The resulting behavior is however quite buggy. I'm looking into ways for making it work better.
I tried to detect onClick event on imageView, but it is not working.
How can I fix this issue?
Here is my code.
ImageMatrixTouchHandler imageMatrixTouchHandler = new ImageMatrixTouchHandler(imageView.getContext());
imageView.setOnTouchListener(imageMatrixTouchHandler);
The text was updated successfully, but these errors were encountered: