fluttercommunity / fluttercommunity/flutter_webview_plugin

Progress Indicator

Open
#556 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
1.5k
Forks
938
PR merge metrics
No merged PRs in 30d

Description

Web pages appear if the widget in the `initialChild` is wrapped in `Center()` widget

```dart
WebviewScaffold(
url: _url,
hidden: true,
initialChild: Center(
child: LinearProgressIndicator()
)
)
```

but does not appear if it is not wrapped in a `Center() `widget

```dart
WebviewScaffold(
url: _url,
hidden: true,
initialChild: LinearProgressIndicator()
)
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.