react-native-scrollable-tab-view icon indicating copy to clipboard operation
react-native-scrollable-tab-view copied to clipboard

Horizontal gesture conflict with WebView

Open titanchen2000 opened this issue 6 years ago • 2 comments
trafficstars

My ScrollableTabView contains RN page & WebView page. When I horizontal scroll the page component , the RN page will response the gesture correctly, but the WebView page component can’t grant the gesture that makes the ScrollableTabView change the Tab. How can I ensure the WebView page component can horizontal scroll

titanchen2000 avatar Oct 11 '19 08:10 titanchen2000

have u found a solution ?

manosKas avatar Aug 10 '22 10:08 manosKas

have u found a solution ?

I just fond a workaround, I wrote a JS bridge method to change the tabview, when the webview scrolling, H5 file will call the method manually.

titanchen2000 avatar Aug 16 '22 03:08 titanchen2000