You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: