Explorar el Código

Merge pull request #272 from awkaw/patch-2

Fix height of keyboard
Rafal Wachol hace 6 años
padre
commit
aa351a86a6
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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(