Skip to content

Commit

Permalink
Merge pull request #272 from awkaw/patch-2
Browse files Browse the repository at this point in the history
Fix height of keyboard
  • Loading branch information
charafau authored Mar 13, 2019
2 parents e6a5cd5 + 1170af8 commit 6be3c0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/src/webview_scaffold.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 6be3c0a

Please sign in to comment.