Browse Source

Fix height of keyboard

Alexander Krupnov 7 years ago
parent
commit
abf381431c
1 changed files with 1 additions and 0 deletions
  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) {
   Widget build(BuildContext context) {
     return Scaffold(
     return Scaffold(
       appBar: widget.appBar,
       appBar: widget.appBar,
+      resizeToAvoidBottomPadding: false,
       persistentFooterButtons: widget.persistentFooterButtons,
       persistentFooterButtons: widget.persistentFooterButtons,
       bottomNavigationBar: widget.bottomNavigationBar,
       bottomNavigationBar: widget.bottomNavigationBar,
       body: _WebviewPlaceholder(
       body: _WebviewPlaceholder(