Monday, 11 February 2019

Rejecting peripheral touch inputs

Given a nested view structure such as:

Nested app layout

How do I disable input on the grey periphery, such that even as the user holds a finger on it, but touches the yellow view, the touch event would register in dispatchTouchEvent() for that view unhindered?



from Rejecting peripheral touch inputs

No comments:

Post a Comment