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

Adds 'hiddenUntilFinishLoad' param #732

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

pmorenov
Copy link

@pmorenov pmorenov commented May 3, 2020

This param is true by default, so it does not change the current behaviour: a hidden webview is automatically revealed once stateChanged.finishLoad is received.

It can be set to false so that a hidden webview is not automatically revealed when the page has finished loading.

This way, the user can keep the webview hidden as long as required (i.e. to wait for custom javascript evaluation after the page finishes loading).

This param is true by default, so it does not change the current behaviour: a hidden webview is automatically revealed once stateChanged.finishLoad is received.

It can be set to false so that a hidden webview is not automatically revealed when the page has finished loading.

This way, the user can keep the webview hidden as long as required (i.e. to wait for custom javascript evaluation after the page finishes loading).
@pmorenov pmorenov force-pushed the feature/hiddenUntilFinishLoad branch from 2eb4134 to 320b63b Compare June 22, 2020 10:53
@shinriyo
Copy link

@fluttercommunity
not check?

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

Successfully merging this pull request may close these issues.

3 participants