Question
handleGestureEvent not being called, does it get impacted by having other widgets on the page?
I have some widgets on top of an image. Those widgets have interactions defined on them. I override handleGestureEvent in my View class.
It's almost like the widgets swallow/prevent the gesture event from coming through.
