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 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!
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.