auto_size icon indicating copy to clipboard operation
auto_size copied to clipboard

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

Open JacenWei opened this issue 6 years ago • 1 comments

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, )), ); } }

JacenWei avatar Nov 07 '19 08:11 JacenWei

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

Sky24n avatar Nov 07 '19 08:11 Sky24n