I have what I hope is a simple problem. I have an application that uses some private JS to display some information. I'm using WebView to display what's generated by this library. This particular library generates a text box. On an emulator I can click into it fine and type some text. Deployed to an actual Android device yeilds different results. I can see the text box but I don't seem to be able to click into it.
Is there a setting I need to explicitly set to make sure that the contents of my WebView can be interacted with on an actual device?
Thanks