ソースを参照

Fix height of keyboard

Alexander Krupnov 7 年 前
コミット
abf381431c
1 ファイル変更1 行追加0 行削除
  1. 1 0
      lib/src/webview_scaffold.dart

+ 1 - 0
lib/src/webview_scaffold.dart

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