In my project, we load the shopping site into the WebView, and the site loads without any issues. The problem arises when there is a textbox at the bottom of the screen on the shopping site. When I click or tap on it, the keyboard hides the text, and it does not automatically scroll up.
However, when using the same shopping URL in an external browser like Chrome, it automatically scrolls up when hitting the textbox.
Environment:
"react": "17.0.2",
"react-native": "0.65.3",
"react-native-webview": "^13.2.2",