Commit c2c299b
Resize webview when keyboard is shown
When the adjust mode is unspecified, Android will not resize the webview
when showing the on screen keyboard to keep the input element on screen.
Explicitly instruct it to use `adjustResize` mode. Possibly this is
because the webview bootstrap uses an `AbsoluteLayout` as the top level
widget. See
https://developer.android.com/guide/topics/manifest/activity-element#wsoft
for details.
(cherry picked from commit 9ca92f4)1 parent c6b63be commit c2c299b
1 file changed
Lines changed: 1 addition & 0 deletions
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| 73 | + | |
73 | 74 | | |
74 | 75 | | |
75 | 76 | | |
| |||
0 commit comments