Explorar o código

Merge pull request #272 from awkaw/patch-2

Fix height of keyboard
Rafal Wachol %!s(int64=6) %!d(string=hai) anos
pai
achega
aa351a86a6
Modificáronse 1 ficheiros con 1 adicións e 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) {
   Widget build(BuildContext context) {
     return Scaffold(
     return Scaffold(
       appBar: widget.appBar,
       appBar: widget.appBar,
+      resizeToAvoidBottomInset: false,
       persistentFooterButtons: widget.persistentFooterButtons,
       persistentFooterButtons: widget.persistentFooterButtons,
       bottomNavigationBar: widget.bottomNavigationBar,
       bottomNavigationBar: widget.bottomNavigationBar,
       body: _WebviewPlaceholder(
       body: _WebviewPlaceholder(