-
Notifications
You must be signed in to change notification settings - Fork 9.8k
[webview_flutter] Fix the issue that webview cannot load assets html and local html #2583
Conversation
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. |
@googlebot I signed it! |
CLAs look good, thanks! ℹ️ Googlers: Go here for more info. |
Could you support initialUrl? Because a black background page flickers for a moment. |
support initialUrl will bring some broken changes, this is not good for maintenance and expansion, so I didn't do that maybe you can use some other way to load webview?
|
@asjqkkkk |
Hi, Thanks for all your work! |
Does anyone know if this will be merged in further releases? |
Any ETA for the merged release ? |
Possible ETA? |
The PR Triage has last been updated on 13 August. Is there a more up to date indication when this will be available on the master branch? |
@asjqkkkk why did you end up closing this? |
My branch was not updated for too many days, so I think there should be another fresh pr to fix this issue |
@asjqkkkk The master branch has fixed major issues especially regarding the keyboard and is now out of the developers preview. While we wait for the PR, Is it maybe possible for you to create a new temporary fork from the latest master branch and re-add your asset loading implementation? This would be of great help |
Local html file is loading but local assts like image and css are still not loading in Flutter 2.2 stable. |
Fix flutter/flutter#27086
Now, flutter webview can load html file in two ways:
Assetfiles
Localfiles