-
Notifications
You must be signed in to change notification settings - Fork 164
Large Images takes a long time to load #15
Comments
Usually, it's better to use smaller images on mobile phone unless you have a special use case for it. Here's what I suggest:
If the above does not solve your issue, feel free to add more details about you use case (local or web) and if you mean image loading is slow or the page become slow. |
Hi. In my case in Gitskarios, i need the same feature, because i load a markdown file from github, but i take care of download the MD contente and then print in a textView. Github README files usually contanins big images, or big GIF (even about 30MB) |
Is your intention to make the images load faster (Image optimization) or that visually the images will appear to load fluidly (lazy loading)? MarkdownView just converts the markdown to HTML and load it into an Android Webview. I'll look to see if there's a javascript library that optimize/lazyload html img tag automatically (without modifying the image html tag) this could be the faster option to implement this (let me know if you know of such libraries). Otherwise, I might need to add optional |
In my case, markdownView.loadMarkDown(text) takes 90ms.. |
Hi,
I loaded a MD-File containing big images (6x1MB).
The loading progress is very slow, so the content isn't showing fast enough.
Is there a way to speed it up? e.g loading the images asynchron?
The text was updated successfully, but these errors were encountered: