Touch events are not called for underneath controls

Touch events are not called for underneath controls

BY 20 Sep 2013 Native Application Development

Hello,

Let’s say I have two controls: a button and a transparent panel. The panel is on top of the button. The problem is that the panel swallows all touch events and I cannot interact with the button. So I wonder if there’s a proper way to solve this. Should I have to listen to the events from the panel and manually forward to the button?

Thanks for any help.

Written by