Roaselofreert
New Member
I am pulling JSON data from a blog, and then using the url of a post to load the post content, and content alone.As of right now it loads the post content fine, but won't load the images. I think it's because the blog has a lazyloading plugin. I need the plugin for the website, but is there a way I can still load the images without having to load the entire webpage?\[code\]<img src="http://www.blog.com/wp-content/plugins/lazy-load/images/1x1.trans.gif" data-lazy-src="http://stackoverflow.com/questions/15563579/actual_imageurl" width="320" height="480" /><noscript><img src="http://stackoverflow.com/questions/15563579/actual_imageurl" width="320" height="480" /></noscript>\[/code\]An alternate way to fix it would be to force the webView to load the \[code\]<noscript>\[/code\] but I can't figure that out either.