Browse Source

Merge pull request #272 from awkaw/patch-2

Fix height of keyboard
Rafal Wachol 6 năm trước cách đây
mục cha
commit
aa351a86a6
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      lib/src/webview_scaffold.dart

+ 1 - 0
lib/src/webview_scaffold.dart

@@ -94,6 +94,7 @@ class _WebviewScaffoldState extends State<WebviewScaffold> {
   Widget build(BuildContext context) {
     return Scaffold(
       appBar: widget.appBar,
+      resizeToAvoidBottomInset: false,
       persistentFooterButtons: widget.persistentFooterButtons,
       bottomNavigationBar: widget.bottomNavigationBar,
       body: _WebviewPlaceholder(