I am having some a problem on using webview in Samsung S3. I loaded a web form with some input fields in a webview. When user clicked on the html input field, the keyboard should able to popup and I should able to see a cursor in the html textbox. It works on iOS and Nexus 5. However, I can’t see the cursor in S3 and I can’t even type anything in the textbox but I can see the keyboard popup when I clicked on the textbox.
Anyone had the same problem? I tried to use javascript to blur and focus again but it didn’t help.