Skip to content

Commit

Permalink
Merge pull request #2674 from dbnicholson/webview-keyboard-resize
Browse files Browse the repository at this point in the history
Resize webview when keyboard is shown
  • Loading branch information
AndreMiras authored Sep 22, 2022
2 parents 6cf8604 + 9ca92f4 commit 698b6c2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
{% if args.activity_launch_mode %}
android:launchMode="{{ args.activity_launch_mode }}"
{% endif %}
android:windowSoftInputMode="adjustResize"
>
<intent-filter>
<action android:name="android.intent.action.MAIN" />
Expand Down

0 comments on commit 698b6c2

Please sign in to comment.