Im using Runtime:addEventListener(“touch”, foo)
And if you touch over top of a widget the listener does not fire… is there a way around this?
I tried to disable the widget with widgetBtn:setEnabled(false)… to no avail.
Anything else I can do to make foo fire when touching over top of a widget btn?