-
Notifications
You must be signed in to change notification settings - Fork 27.5k
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
[webview_flutter] WebView fails to render select element in Android #25767
Comments
Hi, |
I can confirm this too for Android. I found out what causes this but haven't come up with a solution yet for flutter/webview. |
Any news on this issue? Found a little hack how to make
|
This issue is such a blocker, I wouldn't consider WebView workable with it. |
@Nazacheres sure. I've edited a little bit file called
with this:
|
@bmourat Thanks it works now!
|
@bmourat Anyway, it seems like I will need to switch to community edition. Cause I need text inputs for payment gateway, and due to : lucianoiam/flutter-webapp#1 (comment) its the only way :\ |
I'm with the same problem, can anyone solve it? |
how to find the file that I should change? @bmourat |
@danielmessi13 As I described, you need to open your android project in Android Studio to view all dependencies and in the webview_flutter module find |
When i use the Master channel / the latest webview flutter plugin, "yes" i can see a keyboard on inputs, but when I click the |
@zurie: Same here, crash when opening select. |
@zoechi I think this needs to be fixed soon as it's a major issue, it's been open for a while now. |
+1 |
Any updates on this? It is still crashing the app when you click on a select tag inside webview. I can confirm this happens on Android on v0.3.13. This is a blocker for me to use in my app. Any response would be highly appreciated. |
@cg021 Code sample:
flutter doctor -v
|
It's still same
package i am using latest |
I can confirm what @VladyslavBondarenko was saying. Its running both on 1.19.0-2.0.pre.145 |
For me, it also now works with |
when testing my app with flutter channel beta 1.18.0-11.1.pre the dropdown worked fine, but when upgraded to stable 1.17.2 the dropdown didn't work and crashes. Is it possible to release a bundle of the app for google play by using the flutter beta version! |
@HassanChmsdn Yes, it is possible to release the app with flutter on beta channel. |
Duplicate of #34248. This issue was fixed by flutter/engine#17511. Based on #58548, the current workaround is to switch to the beta channel as mentioned in the thread. |
I am using Flutter 1.18.0-11.1.pre and the bug still exists. On iOS there is no keyboard. It opens and closes. |
Hi @veselinnguyen |
Same issue here I cannot show a dropdown inside webview
this is what I've got |
@misaelriojasftf with what flutter version are you experiencing this? |
I am having the same issue. Crashing the app whenever there is a dropdown in webview. |
@willvlad |
Our build is actually on stable. Is it crashing on stable for you too? |
@willvlad The earliest it started to work for me is |
@willvlad yes, the fix is not in stable yet |
It's really strange why such an important official plugin as webview remains so buggy for so long. It also sizes the view strangely and ignores keyboard types on Android, which is a pain if you have to deal with forms. I think the only real option for now is to use another plugin like the community one. It's not maintained, but at least it's not as full of bugs as the official one. I wish they spent some time on making it production ready. It's been quite a while since the release |
This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of |
Steps to Reproduce
<select>
element using webview_flutter.Logs
The text was updated successfully, but these errors were encountered: