I have a array of tappable layers in a vertical scrollComponent that is nested inside a horizontal pageComponent. I'm using...
layerA.onTap ->
unless scroll.isDragging is true
...to disable events while scrolling, but the events are only disabled when scrolling vertically, not horizontally. Any help here would be greatly appreciated.
2 Comments