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

配合flutter_webview_plugin使用时webview无法全屏显示 #10

Open
JacenWei opened this issue Nov 7, 2019 · 1 comment
Open

配合flutter_webview_plugin使用时webview无法全屏显示 #10

JacenWei opened this issue Nov 7, 2019 · 1 comment

Comments

@JacenWei
Copy link

JacenWei commented Nov 7, 2019

Screenshot_2019-11-07-16-07-05-455_com base flutt

void main() => runAutoSizeApp(MyApp(), width: 375, height: 667);

class Demo extends StatelessWidget {
@OverRide
Widget build(BuildContext context) {
return WebviewScaffold(
url: "https://www.baidu.com",
initialChild: Center(
child: CircularProgressIndicator(
strokeWidth: 2,
)),
);
}
}

@Sky24n
Copy link
Member

Sky24n commented Nov 7, 2019

问题太多了,不建议使用。

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

2 participants