Hello,
I made a webview (from GitHub - gree/unity-webview) for my application in Unity, but when I try to type in an input text from some website, the keyboard of Android lost the focus and it doesn’t show what I am typing. It seems is a bug of Android.
I tried to add ‘android:focusable=“true”’ to my AndroidManifest, but it doesn’t work for me.
I tried to add ‘android:windowSoftInputMode=“stateAlwaysVisible”’ to AndroidManifest also, but it doesn’t work for me.
Can anyone help me please? I’m very frustrated.
Thanks in advance.