User can select the work and button action --> show textview. When user starts typing "selection" disappears . Is there any way to keep the selection ?
Asked
Active
Viewed 48 times
0
-
your question is not clear....? – Anbu.Karthik Mar 10 '16 at 07:39
-
once i selected text from webview am showing the textview above that UIWEbView. If user start typing , that selection in that UIWEBView dismisses. Hot to stop that ? – Rathna Kumaran Mar 10 '16 at 08:17
-
@RathnaKumaran Found a solution or workaround ? – Adeyinka Adediji Jun 13 '17 at 13:27
-
Solution is. Create a span tag around a selection text. Check this https://stackoverflow.com/questions/6328718/wrapping-a-selected-text-node-with-span. And load the string of the current webview into the file path to make it permanent. – Rathna Kumaran Jun 15 '17 at 05:06