react-native-scrollable-tab-view
react-native-scrollable-tab-view copied to clipboard
Horizontal gesture conflict with WebView
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
have u found a solution ?
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.