When I catch the x and y values of a touchmove event that I tied to an imageview, they randomly appear to alternate between screen coordinates and between the relative position to the view's original position. Is this a bug or a feature? And if it is a feature, how can I determine which type of value is passed through?
This happens on Android. On the Mobile Web previewer it is always the screen coordinates.
1 Answer
Check the api for convertPointToView or something similar.
Your Answer
Think you can help? Login to answer this question!