Support for webview’s estimated loading progress#255
Merged
charafau merged 2 commits intofluttercommunity:masterfrom Apr 24, 2019
Merged
Support for webview’s estimated loading progress#255charafau merged 2 commits intofluttercommunity:masterfrom
charafau merged 2 commits intofluttercommunity:masterfrom
Conversation
Collaborator
|
Thanks for PR. I will check this today and come back to you |
|
Hi there! Is this support need to be called or configured addtionally? Or it can will displayed by itself? Thanks😁 |
Author
|
@AlexVincent525 it will listen for changes on the loading progress and return a value between 0 and 1. You can then display that value however you like. |
|
@florisvdg Thanks mate, i found out how to deal with it and still working on it these days.😁 |
|
Any update regarding this one ? when would it be released ? |
|
@charafau Hi there, this one has been stayed here for a long time, would it be in next release? |
Collaborator
|
sure, I will try to make new release this week (I'm checking if everything works each time before release) |
charafau
added a commit
that referenced
this pull request
Apr 7, 2020
Support for webview’s estimated loading progress
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added method
onProgressChangedthat returns the estimated loading progress as a stream of doubles (0.0 to 1.0), solving #177