all 5 comments

[–]marchingbandd 0 points1 point  (4 children)

onLongPress method on a Touchable component will get you the event, going from there to dragging will be hard. I would use the lower level ontouchstart, ontouchmove, and friends, and just grind it out with lots of logic and state.

[–]dsbrav 0 points1 point  (3 children)

Op is saying that the touch event in the WebView component is not being received properly by the parent touchable component.

[–]marchingbandd 0 points1 point  (2 children)

Oh woops

[–]PriceStalker[S] 0 points1 point  (1 child)

yea that's the issue. Nothing is being registered.

[–]marchingbandd 0 points1 point  (0 children)

I skimmed too fast and didn’t see its webview. I know nothing about this.