iou90 / react-native-autoheight-webview

An auto height webview for React Native
ISC License
492 stars 162 forks source link

Sometimes WebView capture the scroll #198

Closed VicoErv closed 3 years ago

VicoErv commented 3 years ago

Bug description: I have autoheightwebview inside scrollview, and sometimes it capture the scroll event. And eventually the scroll is trapped inside autoheightwebview unless I tap outside it.

To Reproduce: Create react native project and install AutoHeightWebView then run it on iOs

Expected behavior: Scroll gesture should've disabled

Screenshots/Videos:

Environment:

VicoErv commented 3 years ago

Or maybe this is a fix? Disable WebView's Vertical Scrolling in React Native

scrollEnabled={false}

shivam0831 commented 2 years ago

@viatsko how to fix this in android? scrollEnabled={false} works only in ios.

ahaverty commented 2 years ago

@shivam0831 did you find a fix for android?

shivam0831 commented 2 years ago

@ahaverty no