-
Notifications
You must be signed in to change notification settings - Fork 63
Open
Description
I use a chart inside the rotate-layout.
It works well with touch and drag. But it does not with multitouch (pinch to zoom), it works like if it isn't rotate.
I cloned the repo to fix it myself, but I was not able to compile it (I lost two hours trying to do it)
I think that the problem is that in dispatchTouchEvent() is modified only one pointer (the first).
The solution should be to modify all positions, but since the MotionEvent does not have methods to do that, a new MotionEvent must be created. Check this solution
Metadata
Metadata
Assignees
Labels
No labels