Skip to content

Commit 01d4776

Browse files
Merged PR 40755: Add prop to enable interaction in webview on android again
Add prop to enable interaction in webview on android again
2 parents 6a16128 + a147739 commit 01d4776

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/ui/containers/WebView.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ export const WebView = forwardRef<WebViewRN, Props>(
6363
return (
6464
<WebViewRN
6565
containerStyle={!!grow && styles.grow}
66+
nestedScrollEnabled
6667
ref={ref}
6768
renderLoading={() => (
6869
<Column grow={1}>

0 commit comments

Comments
 (0)