I am using Accompanist WebView. and I set activity...
# compose
c
I am using Accompanist WebView. and I set activity to
android:windowSoftInputMode="adjustResize"
but still the keyboard covers the input field. How can I solve this issue?
d
Perhaps you could read the official documentation about working with the IME?
Is it unreasonable for you to read the official docs before asking your questions here?
c
Why are you saying like that? Of course, I checked the official docs and couldn't find the solution.
There, the official docs on how to respond to the keyboard animations.
c