On my android 4.3 device I can drag a canvas AND press a button at the same time.
However on my android 2.3.3 device it won't do it. If I am dragging the canvas it won't register the button press event, so I have to take my finger off the canvas in order to press the button.
Is there any way to get the canvas drag AND button press to occur at the same time for android 2.3.3?