Is there a way to stop the center point of a view from dragging off the screen using onTouch move events?
I can detect the point but I need the logic to stop the view moving and then re-joining the drag when the user swipes backwards. Setting a boolean will disable the move events which is no good, and setting the view back to a known good point is jumpy.
There are no answers anywhere on this so I'm wondering if it is even possible...