-
Notifications
You must be signed in to change notification settings - Fork 584
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Image is not displayed #272
Comments
Can anyone please respond why? WkWebview is not loading below image |
https://docint0.blob.core.windows.net/publicfilescontainer02/ |
For security reason I edited the URL. not to access. you can use any image URL in that place. The real image works when used in browser. |
If you toggle the source view, it seems iOS is inserting smart quotes. Not sure why, don't have a chance to investigate. |
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 |
I used the following and it's working for me:
|
Image is not displayed when the html string contains the image url with alt when loading into editorView. but when I to manually insert image with URL and Alt from tool bar able to see the image.
Please give a solution on this ASAP
The text was updated successfully, but these errors were encountered: