-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
[Feature] Save webpage to local #366
Comments
Android has the |
@pichillilorenzo thats cool! if you need help, call me |
Any update on it? it's quite a great option. |
this is a very needed feature for webview apps |
@easazade - They are - I just hope someone from the community looks into this feature and sends PR to @pichillilorenzo |
Web archive support added also on iOS starting from version 5. |
@pichillilorenzo Thanks for adding Web archive support to iOS. I have a quick question on this, I was implementing a feature something like saving the web pages into the app directory and displaying it next time without loading from the network. And so far the only option I could see is the "saveWebArchive" method in the web view controller. It successfully saves the web page in the form of .mht / .webarchive. But it is not downloading the resources Ex: images and dynamic contents view like pressing a button to open a pop-up on the web page. So when I load it from the app directory using "file://" only the static contents are displaying even though it has internet at the time of loading. Please look at the example attached result samples for the web page "https://www.apple.com/in/" When I open the .mht file using chrome only I could see the static content, but safari handles it quite cleverly when it has internet it loads the additional resources as well using the .webarchive file. I am just calling the "saveWebArchive" in the "onLoadStop" method of web view callback. Can you please suggest to me, if there is something to display the dynamic contents as well from the saved archive file when the device has an internet connection? (It's okay to display the static content when the app doesn't have access to the internet). |
@E2-Pavithran did you solved the problem? |
@E2-Pavithran any update on that? |
update? |
any update ? |
is the offine save added for android platforms ? |
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 and a minimal reproduction of the issue. |
Is there any way to save web page to local and then could load local material from webview?
Does flutter have the mechanism to support such feature ? if yes, i could do some contributions.
The text was updated successfully, but these errors were encountered: