-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I can't type into input fields on the webview #3623
Comments
I am experiencing the same issue. Not only I can't type into the input fields but also some buttons don't work in the webview (usually buttons that don't redirect to a different page - for example opening navigation drawer, which I tried on multiple websites and it didn't work). Funny thing is that if the app is open in development mode in iOS Simulator and I click on an input field in the webview, the keyboard shows up and when I click 'r' on the keyboard, the app reloads. I tried production mode with But then I tried same steps for a different app and it didn't work (even in production mode). Which makes me think that I just got lucky but currently I at least have a way to continue development for the first app. |
I’m experiencing the same issue. Can you find anything? @ncesar |
Same issue here, has anyone found a solution? |
I'm also experiencing the same issue |
I'm also having the same problem. |
I found a workaround for this situation. Refreshing the webView seems to be enough for iOS, to focus the webView inputs.
|
This worked for me only on the device; I still can't type in the inputs on the simulator. |
I haven't tried it on a device, but it works on the simulator for me. |
Anyone willing to test a fix for this issue, please try these steps:
|
This should be fixed in version 13.12.5 by this PR: #3615 |
Bug description:
I am trying to type into input fields on a webview page and it simply doesn't work, nothing happens. If I remove the webview component and add a TextField, it works without problems.
To Reproduce:
I am using Expo and in the example below I am trying to type into Google's search input.
Expected behavior:
Inputs should work
Screenshots/Videos:
Environment:
The text was updated successfully, but these errors were encountered: