Bug description:
When pressing a WebView inside a scrollable ScrollView, the scroll position jumps down to the WebView.
To Reproduce:
- Install React Native version 0.71.3 and React Native webview Version 11.25.0
- Place webview inside ScrollView.
The first time you press, it will jump down slightly.
Expected behavior:
When clicking a WebView inside a ScrollView, it should not change the scroll position of the parent ScrollView.
Environment:
- OS: Android
- OS version: >11
- react-native version: 0.71.3
- react-native-webview version: 11.25.0
Bug description:
When pressing a WebView inside a scrollable ScrollView, the scroll position jumps down to the WebView.
To Reproduce:
The first time you press, it will jump down slightly.
Expected behavior:
When clicking a WebView inside a ScrollView, it should not change the scroll position of the parent ScrollView.
Environment: