I am showing .html and .xlf files in
WKWebView
and it is working fine.
I made WebView to edit content but i am not sure how to save the edited content.
I mean i have long text, and when i edit i want to save it exactly what we entered.
I implemented code as mentioned below
https://codeburst.io/rich-text-editor-for-ios-using-wkwebview-440d88d73bbf
Please let me know how to save edited text in
WKWebView
.
Thank you.