Skip to content

Commit 239ab6c

Browse files
author
Alexander Krupnov
authored
Fix height of keyboard
1 parent 5d5316f commit 239ab6c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/src/webview_scaffold.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ class _WebviewScaffoldState extends State<WebviewScaffold> {
9292
Widget build(BuildContext context) {
9393
return Scaffold(
9494
appBar: widget.appBar,
95+
resizeToAvoidBottomPadding: false,
9596
persistentFooterButtons: widget.persistentFooterButtons,
9697
bottomNavigationBar: widget.bottomNavigationBar,
9798
body: _WebviewPlaceholder(

0 commit comments

Comments
 (0)