Issue with Keyboard Overlapping Inputs Inside WebView on React Native #946
Unanswered
eppisapiafsl
asked this question in
Q&A
Replies: 1 comment 6 replies
-
Hey 👋 I'd say it's a know limitation, I don't think I consider @eppisapiafsl may I ask you how do you use inputs inside |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I'm currently migrating from react-native-keyboard-aware-scroll-view to react-native-keyboard-controller.
The keyboard handling works great across all native React Native components.
However, I'm running into an issue with forms displayed inside a WebView. When focusing on an input inside the WebView:
It seems like react-native-keyboard-controller doesn't recognize or adjust for input fields inside a WebView.
Is this a known limitation or is there a recommended workaround for managing keyboard interactions with WebView content?
Any advice or insight would be greatly appreciated!
Beta Was this translation helpful? Give feedback.
All reactions