Skip to content

Commit 6be3c0a

Browse files
authored
Merge pull request #272 from awkaw/patch-2
Fix height of keyboard
2 parents e6a5cd5 + 1170af8 commit 6be3c0a

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
@@ -94,6 +94,7 @@ class _WebviewScaffoldState extends State<WebviewScaffold> {
9494
Widget build(BuildContext context) {
9595
return Scaffold(
9696
appBar: widget.appBar,
97+
resizeToAvoidBottomInset: false,
9798
persistentFooterButtons: widget.persistentFooterButtons,
9899
bottomNavigationBar: widget.bottomNavigationBar,
99100
body: _WebviewPlaceholder(

0 commit comments

Comments
 (0)