소스 검색

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(