Skip to content

Commit 698b6c2

Browse files
authored
Merge pull request kivy#2674 from dbnicholson/webview-keyboard-resize
Resize webview when keyboard is shown
2 parents 6cf8604 + 9ca92f4 commit 698b6c2

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
@@ -70,6 +70,7 @@
7070
{% if args.activity_launch_mode %}
7171
android:launchMode="{{ args.activity_launch_mode }}"
7272
{% endif %}
73+
android:windowSoftInputMode="adjustResize"
7374
>
7475
<intent-filter>
7576
<action android:name="android.intent.action.MAIN" />

0 commit comments

Comments
 (0)