Focus lost when typing in a webview

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.

I have the same issue. This is logged at github as well. Few more links for references (and no solution so far) :

http://forum.unity3d.com/threads/170972-Android-webview-over-unity-is-not-accepting-all-keypresses-from-the-virtual-keyboard
http://forum.unity3d.com/threads/197155-Problems-with-text-field-input-and-ForwardNativeEventsToDalvik
https://github.com/gree/unity-webview/issues/6