I made a "joystick" out of an ImageView
. It is inside a ScrollView
.
It works without the ScrollView
but inside the ScrollView
it does not receive TouchEvents
for vertical movement.
How can I stop the ScrollView
from blocking the touch event?