fluttercommunity / flutter_webview_plugin

Community WebView Plugin - Allows Flutter to communicate with a native WebView.
https://pub.dev/packages/flutter_webview_plugin
Other
1.48k stars 929 forks source link

WebviewScaffold's appbar disappears when the url loads #864

Closed NeatFastro closed 3 years ago

NeatFastro commented 3 years ago

System info

Issue occurs on: iOS / Android / both Plugin version: xxx Flutter doctor output:

paste it here...

Steps to Reproduce

  1. ...
  2. ...
  3. ...

Logs

NeatFastro commented 3 years ago

Okay I was wrapping it in SingleChildScrollView() that's what causing the problem but I found out there's a property you can set to "true" so the webpage becomes scrollable