Input Text Field hidden below keyboard in Android webview
问题 I implement Webview in my app in Fragment but in Webview EditText Field Hide when the keyboard appears. I Set WindowSoftInputMode = SoftInput.StateHidden | SoftInput.AdjustResize and android:fitsSystemWindows="true" but not working for me. I also use custom RelativeLayout but it's not working. Please help me to solve this issue. My Code is below in Fragment <ScrollView xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" android:layout