[webview_flutter] Support loading data directly in WebView via loadData and loadDataBase64#3214
[webview_flutter] Support loading data directly in WebView via loadData and loadDataBase64#3214philip-peterson wants to merge 3 commits intoflutter:masterfrom
Conversation
…se64. Android fallback for the latter using data URI.
|
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please visit https://cla.developers.google.com/ to sign. Once you've signed (or fixed any issues), please reply here with What to do if you already signed the CLAIndividual signers
Corporate signers
ℹ️ Googlers: Go here for more info. |
|
Is there a possibility that this PR can be merged anytime soon ? |
|
I never got this feature working unfortunately, and since I'm not writing code for the Flutter ecosystem anymore, this PR is up for grabs to whoever can work on it. |
|
Thanks for the contribution! It sounds from the above like there are no plans to complete this PR, so I'm going to close it. If anyone is interested in moving forward with it, please fork it and submit a new, complete PR. |
Description
This PR adds support for loading data directly via the underlying OS's WebView API if possible.
Related Issues
Checklist
Before you create this PR confirm that it meets all requirements listed below by checking the relevant checkboxes (
[x]). This will ensure a smooth and quick review process.///).flutter analyze) does not report any problems on my PR.Breaking Change
Does your PR require plugin users to manually update their apps to accommodate your change?