Closed mshearer123 closed 11 years ago
in fact the keyboard doesn't show at all, I'm guessing this is the issue - http://code.google.com/p/android/issues/detail?id=7189
None of the content I've use this with in the past has had inputs. What operating system/phone are you on?
with android 4.1.1 I'm able to use the webview to add text and select etc.
With android 2.3 I can select text with a popup, it however doesn't show the highlighted text. Nor does the keyboard become enabled.
cheers for any help,
Matt
Is anything showing up in the textselection interface's jsError method?
Hi,
sorry I found the problem was with our html. We were trying to use the html tag contenteditable, which isn't supported until android 3.
cheers,
Matt
Great. Sorry for the delayed response. Been super busy lately.
Sent from my iPhone
On Feb 18, 2013, at 5:36 AM, mshearer123 notifications@github.com wrote:
Hi,
sorry I found the problem was with our html. We were trying to use the html tag contenteditable, which isn't supported until android 3.
cheers,
Matt
— Reply to this email directly or view it on GitHub.
First off thanks for the WebView, it works brilliantly.
I have however tried it with an older phone and cannot see the cursor within the webview, nor can I see text being highlighted on selection.
Is this a known issue? Am I doing something wrong?
Matt