Saturday, 23 November 2019

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 not working.

Please help me to solve this issue.



from Input Text Field hidden below keyboard in Android webview

No comments:

Post a Comment