android - Copy HTML from WebView and paste into EditText -
in android 4.1.1 copying content webview (like paragraphs, bullets, spans, links) , pasting edittext renders html original (since many tags aren't supported it's not same close enough).
but of android 4.1.2, text not pasted html anymore, , when reading clipboardmanager text has mime_type text\plain. there way tell clipboard manager copy selection webview html , not text?
Comments
Post a Comment