Skip to content

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

@JacenWei

Description

@JacenWei

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions