javascript - Mobile web, how to retain selected text on touch -


i have been looking @ using jquery text editor (http://jqueryte.com/) provide simple html editing capabilities on mobile app using mobile web. when use jq te on mobile device, can select text, moment try bolden or italicize selected text (i.e. subsequent touch event has occurred) highlighted text "lost" , cannot acted on.

so far, best can do, first select bold, , type text, , not great not allow editing.

how can retain selection on touch. imagine there javascript way of doing this.


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -