DEV Community

ahmed osama
ahmed osama

Posted on

android:windowSoftInputMode=“adjustResize” not working with webview

I have a full width, full height webview in the activity. I use it as a rich editor. the problem is when soft keyboard shows, the webview doesn't get pushed up. I tried using android:windowSoftInputMode="adjustResize" as I saw in some answers here but it doesn't work. Any sollutions ?

Top comments (0)