Skip to content

Commit 2f11598

Browse files
kollivierrtibbles
authored andcommitted
Fix keyboard display in webview bootstrap.
1 parent 9e8d5e1 commit 2f11598

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pythonforandroid/bootstraps/webview/build/templates/AndroidManifest.tmpl.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@
6969
{% if args.activity_launch_mode %}
7070
android:launchMode="{{ args.activity_launch_mode }}"
7171
{% endif %}
72+
android:windowSoftInputMode="adjustResize"
7273
>
7374
<intent-filter>
7475
<action android:name="android.intent.action.MAIN" />

0 commit comments

Comments
 (0)