I currently have an iOS webview with a textbox that doesn't work. Specifically, when the webview is selected the keyboard appears but no caret appears, and any keypresses have no effect. What could be causing this? I have already ruled out the textbox being "disabled" or "readonly", since the keyboard does not appear when those two properties exist.