I have a long HTML document that contains multiple paragraphs. When I try to select the text either in Mobile Safari on iOS or in a UIWebView, the following happens:
- At first, I get character-level precision on my selection.
- Then, as I select more, the precision drops to two lines of text and eventually to whole paragraphs. There is no way to end my text selection exactly where I want.
When I set the CSS contentEditable
property to true
, I retain the character-level precision, but the keyboard also shows up, which of course I don't want.
Is there any way to retain the character-level selection precision no matter how long the text is that I am selecting?
or
– Ignacio Correia Feb 07 '14 at 19:09to make the line changes?
separated from that block? I think you really need to have
between them.
– Ignacio Correia Feb 07 '14 at 19:14