Android webview over unity is not accepting all keypresses from the virtual keyboard.

Hello, I am currently using a plugin to call a webview which is very simple and has a couple input fields(textboxes). We are having trouble where various android devices have different behaviors. We have tested it with a very simple case where we just send the webview to google.com and see if you can enter input. Some phones allow alpha only characters(ignores numbers), and some do not allow any input.

I am currently using this plugin:
https://github.com/gree/unity-webview/

and I have the following configuration setting in our manifest file.

The plugin currently works just fine on iOS.
Has anyone else run into this issue, or have any ideas on what we can do?

Thank you,
Dylan

I have run into this exact same issue but am still unable to find the problem. I would appreciate it if you could share anything you may have found out since originally posting. I’ll do likewise if I have a breakthrough!

I have the same issue and I’m very frustrated.
Could you tell me how you could fix it please?

Thanks.

I have the same issue
I posted comment on github ( Keyboard issue · Issue #6 · gree/unity-webview · GitHub )

Any solutions?
Or may be alternatives?

I´m currently wrestling with the same issue. Have a look over here: http://forum.unity3d.com/threads/197155-Problems-with-text-field-input-and-ForwardNativeEventsToDalvik?p=1340332&posted=1#post1340332

Do you have the same symptom, that some exotic keys actually do work?
Have you found any more leads, since you wrote here?

thx
Maik

Had anyone any luck with that? I have the same issue right now and cannot figure out the way to solve it (tried dozens of guesses and proposals from forums).

Hi, I get it worked by using a plugin called UniWebView from the Asset Store here ( https://www.assetstore.unity3d.com/#/content/12476 ) It seems there is an activity issue which causes the Android can not receive the button tap. For those who later found this post, I suggest you try that plugin to avoid the countless bugs in Gree web view.

Thanks, Wells.