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

【iOS】WebviewScaffold pop or gesture back,bad effect!!! #380

Open
zhaochengxiang opened this issue Apr 11, 2019 · 4 comments
Open

Comments

@zhaochengxiang
Copy link

Now webview dispose when webviewScaffold dispose. Cound webview back like native effect?

@fdtl01
Copy link

fdtl01 commented Apr 17, 2019

Hi, when I press device back, a black screen show . How to solve it?

@Swooshhh
Copy link

#162

@Swooshhh
Copy link

Or try in initState,

flutterWebviewPlugin.onDestroy.listen((_) {
SystemNavigator.pop();
});

@FullstackJack
Copy link

I wanted this to work with MaterialPageRoute, but the back behavior on iOS is terrible. The header slides away but the content does a straight cut which is disjointed behavior. Is this intended to be used with CupertinoPageRoute? What am I doing wrong here?

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

No branches or pull requests

5 participants