nnhubbard / ZSSRichTextEditor

A beautiful rich text WYSIWYG editor for iOS with a syntax highlighted source view
MIT License
3.78k stars 584 forks source link

When loading a long piece of HTML, too much memory will block the page, or even flash back. Is there a solution? #226

Open gaojiewan opened 5 years ago

gaojiewan commented 5 years ago

When loading a long piece of HTML, too much memory will block the page, or even flash back. Is there a solution?

Bruce-pac commented 5 years ago

because UIWebView,unless WKWebView

gaojiewan commented 5 years ago

I know, I tried to replace UIWebView inside with WKWebView, but there are some methods that don't support it. Is there any way to solve the memory problem in UIWebView? What's your solution?

kervich commented 5 years ago

You may want to try this particular fork

gaojiewan commented 5 years ago

Ok, I'll try. Thank you very much

Mehul18292 commented 5 years ago

@kervich : I have tried the fork link that you provided. Actually it is not working at all.

@gaojiewan : Have you found any solution for this? I am facing the same issue.

@nnhubbard : Please help us out.

thief1010 commented 5 years ago

我也想知道知道怎么解决这个问题