From 239ab6ca72d0e2c76d482a20388a6fc425cf111a Mon Sep 17 00:00:00 2001 From: Alexander Krupnov Date: Fri, 14 Dec 2018 14:39:17 +0300 Subject: [PATCH 1/2] Fix height of keyboard --- lib/src/webview_scaffold.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/src/webview_scaffold.dart b/lib/src/webview_scaffold.dart index 8df7b05f..50e7c730 100644 --- a/lib/src/webview_scaffold.dart +++ b/lib/src/webview_scaffold.dart @@ -92,6 +92,7 @@ class _WebviewScaffoldState extends State { Widget build(BuildContext context) { return Scaffold( appBar: widget.appBar, + resizeToAvoidBottomPadding: false, persistentFooterButtons: widget.persistentFooterButtons, bottomNavigationBar: widget.bottomNavigationBar, body: _WebviewPlaceholder( From 1170af8e1d1f058002c07306c38b09239b85c9e8 Mon Sep 17 00:00:00 2001 From: Rafal Wachol Date: Wed, 13 Mar 2019 18:18:14 +0000 Subject: [PATCH 2/2] Update webview_scaffold.dart --- lib/src/webview_scaffold.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/webview_scaffold.dart b/lib/src/webview_scaffold.dart index 50e7c730..5eb92260 100644 --- a/lib/src/webview_scaffold.dart +++ b/lib/src/webview_scaffold.dart @@ -92,7 +92,7 @@ class _WebviewScaffoldState extends State { Widget build(BuildContext context) { return Scaffold( appBar: widget.appBar, - resizeToAvoidBottomPadding: false, + resizeToAvoidBottomInset: false, persistentFooterButtons: widget.persistentFooterButtons, bottomNavigationBar: widget.bottomNavigationBar, body: _WebviewPlaceholder(