-
Notifications
You must be signed in to change notification settings - Fork 9.8k
[webview_flutter] Add an option to set the background color of the webview #3431
[webview_flutter] Add an option to set the background color of the webview #3431
Conversation
So close to have this feature ... waiting for month as others !!! Hope this merge will be accepted and in the next Webview version ! |
There are conflicts, seems @e-adrien you need to rebase again. 🤪 |
@crizant done 😄 I'll try to rebase it more regularly 😅 |
Any updates? |
FYI the analyzer issue you are hitting is unrelated to your change; I just landed a fix for it. |
…m interface (#4567) Part of #3431 Part of flutter/flutter#29300
) This PR add an option to set the background color of the iOS webview. Part of #3431 Part of flutter/flutter#29300
…#4569) This PR add an option to set the background color of the Android webview. Part of: #3431 Part of: flutter/flutter#29300
The individual components have all landed (the Android implementation will auto-publish once the post-submit tests finish), so this can now be reduced down to just the |
Thanks. I will open a PR when the android package will be published. |
…m interface (flutter#4567) Part of flutter#3431 Part of flutter/flutter#29300
…utter#4570) This PR add an option to set the background color of the iOS webview. Part of flutter#3431 Part of flutter/flutter#29300
…flutter#4569) This PR add an option to set the background color of the Android webview. Part of: flutter#3431 Part of: flutter/flutter#29300
…m interface (flutter#4567) Part of flutter#3431 Part of flutter/flutter#29300
…utter#4570) This PR add an option to set the background color of the iOS webview. Part of flutter#3431 Part of flutter/flutter#29300
…flutter#4569) This PR add an option to set the background color of the Android webview. Part of: flutter#3431 Part of: flutter/flutter#29300
This PR add an option to set a transparent background for the webview.
There are already 2 outdated PR for the same feature :
I took the previous PR made by @crizant and rebase it.
It fixes this issue :