m-calapatapu
m-calapatapu
Can anyone please respond why? WkWebview is not loading below image img alt="Sample" src="https://docint0.blob.core.windows.net/publicfilescontainer02/" width="582" style="padding-bottom: 0px; vertical-align: bottom; border: 0px; outline: none; text-decoration: none; display: inline;" class="gmail-m_4922265757032371696mcnImage
> https://docint0.blob.core.windows.net/publicfilescontainer02/ > this image not accessible For security reason I edited the URL. not to access. you can use any image URL in that place. The real image works...
Can you please give me a solution to handle it. As displaying the image is the major part in my App.
I am able to display the image by changing the code of method **removeQuotesFromHTML** in **ZSSRichTextEditor.m** as below -(NSString *)removeQuotesFromHTML:(NSString *)html { html = [html stringByReplacingOccurrencesOfString:@"\"" withString:@"\\\""]; html = [html...