Skip to content
This repository was archived by the owner on Dec 11, 2017. It is now read-only.

fix issue #41 Characters out of order on android web browsers#50

Closed
kolyuchiy wants to merge 2 commits intodigitalBush:masterfrom
kolyuchiy:android-fix-issue-41
Closed

fix issue #41 Characters out of order on android web browsers#50
kolyuchiy wants to merge 2 commits intodigitalBush:masterfrom
kolyuchiy:android-fix-issue-41

Conversation

@kolyuchiy
Copy link

Android browser has a bug in setSelectionRange function as described in
http://code.google.com/p/android/issues/detail?id=15245
http://stackoverflow.com/questions/4861698/focus-textarea-with-caret-after-text-in-android-browser
http://stackoverflow.com/questions/6103476/android-keyboard-and-javascript

I used a workaround suggested in one of the links. Since android browser
cannot be reliably detected, we just add setting for it (for example
tablet browser with mobile mode switched off).

Android browser has a bug in setSelectionRange function as described in
http://code.google.com/p/android/issues/detail?id=15245
http://stackoverflow.com/questions/4861698/focus-textarea-with-caret-after-text-in-android-browser
http://stackoverflow.com/questions/6103476/android-keyboard-and-javascript

I used a workaround suggested in one of the links. Since android browser
cannot be reliably detected, we just add setting for it (for example
tablet browser with mobile mode switched off).
@leafac
Copy link

leafac commented May 17, 2012

Thanks for the useful resources and fix.

digitalBush added a commit that referenced this pull request Apr 17, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants