btate / BTAndroidWebViewSelection

Example user selection for android web views.
313 stars 126 forks source link

cursor not visible with gingerbread. #10

Closed mshearer123 closed 11 years ago

mshearer123 commented 11 years ago

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

mshearer123 commented 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

btate commented 11 years ago

None of the content I've use this with in the past has had inputs. What operating system/phone are you on?

mshearer123 commented 11 years ago

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

btate commented 11 years ago

Is anything showing up in the textselection interface's jsError method?

mshearer123 commented 11 years ago

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

btate commented 11 years ago

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.