-
Notifications
You must be signed in to change notification settings - Fork 936
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 always hidden on iOS #385
Comments
hi there =) this is happen too when we pushing new Route, after Navigator.pop(context), the webview is working, but it's hidden. |
Not that I know of, but I'm slightly relieved I'm not the only one experiencing this. Although, I've moved on to trying other libraries.
Our scenario is slightly different. I stripped everything out my app and all I have is a single view that tries to launch this immediately on build. No dice. |
with any other webview, this will be ok. |
I fixed this issue in this PR: #393 |
Thanks @malloy045 for the fix, merged and published in |
Anytime! Thanks for the quick turnaround. |
Issue
The webview seems to launch, but it's not visible on iOS (physical device or simulator).
Plugin Version:
flutter_webview_plugin: ^0.3.3
It works fine on Android (physical device, emulator on PC and emulator on Mac). I don't see the webview appear or try to appear at all when using an iOS device (physical or simulator). All I see is the underlying Flutter UI.
However, based on the console output and breakpoints being hit, one can deduce that the webview IS launching, but it's just hidden.
What I tried
hidden: false
.show()
before and after.launch(...)
https://google.com
0.2.1
- it broke when I went lower than0.3.0
Steps to reproduce
Code Output
Flutter doctor output
The text was updated successfully, but these errors were encountered: