Skip to content
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

Is there a way to show a progress indicator while waiting for page to load? #159

Open
js1972 opened this issue Aug 15, 2018 · 0 comments
Open

Comments

@js1972
Copy link
Contributor

js1972 commented Aug 15, 2018

I'm loading a page generated by a cloud function so it can take a couple of seconds.
Is there a way to show a waiting or progress indicator..?
In the code for WebviewScaffold I see you return a standard scaffold with a circular progress indicator but it immediately gets hidden by the webview .launch() method.

Would be cool if we cloud have the "hidden" parameter also exposed by WebviewScaffold so that we could see the underlying circular progress indicator. Then maybe an onstate change handler to show() the webview once the page is loaded?

I can give this a crack myself... but wondering if there is an alternative or better way?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant