I have to let this slip for now as a purely academic issue but i would very much like to see a solution in near time.
Due to the way that Android handles multitouch
@Override public boolean dispatchTouchEvent(MotionEvent ev) { if(ev.getPointerCount() > 1) return false; return super.dispatchTouchEvent(ev); }
insert this on activity or view