I am using a native.newTextBox object, and it’s in front of a rectangle object. I want to register the touch from the rectangle, but the text box seems to block it. I have the background set to hidden, and i tried turning of isHitTestable but that didn’t work.
How can I register touch events to the rectangle if the text box is covering it?