I am using Telerik's chart control, TKChart (for the iOS native control), and it seems to be swallowing the pan and tap gestures. I have embedded it in a scrollview to support scrolling on the entire view but when a user drags on the chart itself the scroll view never receives the gesture. I understand this is because TKChart handles some input like taps and scrolling but I was wondering if there was a workaround where I could hook up a PanGestureHandler and handle those myself but pass TapGestureHandlers to the chart so that I could scroll the graph page, but also allow the chart to handle the taps for Tooltips within the chart.
I've tried creating a gesture handler and attaching to the parent View and it never fires in the above case. Any ideas?
I posted this originally in the iOS forum but it seems to belong here.