<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Display Images in UIWebView</title>
	<atom:link href="http://iPhoneIncubator.com/blog/windows-views/display-images-in-uiwebview/feed" rel="self" type="application/rss+xml" />
	<link>http://iPhoneIncubator.com/blog/windows-views/display-images-in-uiwebview</link>
	<description>Tips and Tricks for iPhone, iPod, iPad and iOS Developers</description>
	<lastBuildDate>Sun, 18 Jul 2010 17:17:16 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Nick</title>
		<link>http://iPhoneIncubator.com/blog/windows-views/display-images-in-uiwebview/comment-page-1#comment-2385</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Mon, 08 Mar 2010 22:08:41 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneIncubator.com/blog/?p=28#comment-2385</guid>
		<description>@sam: Try changing the value of scalesPageToFit. Apple&#039;s documentation has this to say about this attribute: &quot;If YES, the webpage is scaled to fit and the user can zoom in and zoom out. If NO, user zooming is disabled. The default value is NO.&quot;</description>
		<content:encoded><![CDATA[<p>@sam: Try changing the value of scalesPageToFit. Apple&#8217;s documentation has this to say about this attribute: &#8220;If YES, the webpage is scaled to fit and the user can zoom in and zoom out. If NO, user zooming is disabled. The default value is NO.&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sam</title>
		<link>http://iPhoneIncubator.com/blog/windows-views/display-images-in-uiwebview/comment-page-1#comment-2383</link>
		<dc:creator>sam</dc:creator>
		<pubDate>Mon, 08 Mar 2010 21:42:09 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneIncubator.com/blog/?p=28#comment-2383</guid>
		<description>I have the same problem as Ichy.  I tried to post some code but my posts got pulled. Basically, I have a web page that is zoom-able in safari, I grab it&#039; html, put the html into a UIwebview, and the new web view isn&#039;t zoom-able.  Why is this?  Everyone talks about it like its default behavior.  Any help would be much appreciated.

- Sam</description>
		<content:encoded><![CDATA[<p>I have the same problem as Ichy.  I tried to post some code but my posts got pulled. Basically, I have a web page that is zoom-able in safari, I grab it&#8217; html, put the html into a UIwebview, and the new web view isn&#8217;t zoom-able.  Why is this?  Everyone talks about it like its default behavior.  Any help would be much appreciated.</p>
<p>- Sam</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam</title>
		<link>http://iPhoneIncubator.com/blog/windows-views/display-images-in-uiwebview/comment-page-1#comment-2376</link>
		<dc:creator>Sam</dc:creator>
		<pubDate>Mon, 08 Mar 2010 02:35:31 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneIncubator.com/blog/?p=28#comment-2376</guid>
		<description>Also, I tried many html chunks that zoom well in the iPhone safari and then copied them into this web view and they stopped zooming.  No good!

- Sam</description>
		<content:encoded><![CDATA[<p>Also, I tried many html chunks that zoom well in the iPhone safari and then copied them into this web view and they stopped zooming.  No good!</p>
<p>- Sam</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam</title>
		<link>http://iPhoneIncubator.com/blog/windows-views/display-images-in-uiwebview/comment-page-1#comment-2375</link>
		<dc:creator>Sam</dc:creator>
		<pubDate>Mon, 08 Mar 2010 02:33:37 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneIncubator.com/blog/?p=28#comment-2375</guid>
		<description>I am having the same problem as Ichy and I can&#039;t find anyone that understands.  I put a UIWebView in by adding as a subview, then I do a loadHtlm, and there is no zoom going on!  I wrote out my problem in a zip file.  It has the h and m files.  please let me know anyone can fix the zoom on this and what the solution is.  Any help would be appreciated as this is holding up a project of mine and could kill it entirely if I can&#039;t find a solution.  The zip is at http://www.timewalksoftware.com/files/NoZoomWebView.zip

- Thanks,
  Sam</description>
		<content:encoded><![CDATA[<p>I am having the same problem as Ichy and I can&#8217;t find anyone that understands.  I put a UIWebView in by adding as a subview, then I do a loadHtlm, and there is no zoom going on!  I wrote out my problem in a zip file.  It has the h and m files.  please let me know anyone can fix the zoom on this and what the solution is.  Any help would be appreciated as this is holding up a project of mine and could kill it entirely if I can&#8217;t find a solution.  The zip is at <a href="http://www.timewalksoftware.com/files/NoZoomWebView.zip" rel="nofollow">http://www.timewalksoftware.com/files/NoZoomWebView.zip</a></p>
<p>- Thanks,<br />
  Sam</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick</title>
		<link>http://iPhoneIncubator.com/blog/windows-views/display-images-in-uiwebview/comment-page-1#comment-1970</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Mon, 01 Feb 2010 20:30:02 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneIncubator.com/blog/?p=28#comment-1970</guid>
		<description>@pramod: There seems to be a lot of confusion surrounding UIWebView and caching on the iPhone. I have not done any testing myself so unfortunately I cannot add any clarity. But this &lt;a href=&quot;http://stackoverflow.com/questions/1246420/need-content-in-uiwebview-to-display-quickly&quot; rel=&quot;nofollow&quot;&gt;Stack Overflow&lt;/a&gt; entry seems to have the best overview of the situation.</description>
		<content:encoded><![CDATA[<p>@pramod: There seems to be a lot of confusion surrounding UIWebView and caching on the iPhone. I have not done any testing myself so unfortunately I cannot add any clarity. But this <a href="http://stackoverflow.com/questions/1246420/need-content-in-uiwebview-to-display-quickly" rel="nofollow">Stack Overflow</a> entry seems to have the best overview of the situation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pramod</title>
		<link>http://iPhoneIncubator.com/blog/windows-views/display-images-in-uiwebview/comment-page-1#comment-1962</link>
		<dc:creator>pramod</dc:creator>
		<pubDate>Mon, 01 Feb 2010 06:51:43 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneIncubator.com/blog/?p=28#comment-1962</guid>
		<description>Does UIWebView cache the images loaded using img src tag. if so where do it cache in the iPhone and what is the time it keeps its content into its cache.</description>
		<content:encoded><![CDATA[<p>Does UIWebView cache the images loaded using img src tag. if so where do it cache in the iPhone and what is the time it keeps its content into its cache.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick</title>
		<link>http://iPhoneIncubator.com/blog/windows-views/display-images-in-uiwebview/comment-page-1#comment-1897</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Sun, 24 Jan 2010 04:54:06 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneIncubator.com/blog/?p=28#comment-1897</guid>
		<description>@Icky: That should work. It could be an HTML error. Try to load the same HTML in Safari on your iPhone and see if you can zoom the image.</description>
		<content:encoded><![CDATA[<p>@Icky: That should work. It could be an HTML error. Try to load the same HTML in Safari on your iPhone and see if you can zoom the image.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Icky</title>
		<link>http://iPhoneIncubator.com/blog/windows-views/display-images-in-uiwebview/comment-page-1#comment-1884</link>
		<dc:creator>Icky</dc:creator>
		<pubDate>Thu, 21 Jan 2010 13:35:51 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneIncubator.com/blog/?p=28#comment-1884</guid>
		<description>I actually have sort of the opposite problem: I cannot zoom. I add a UIWebView as a Subview to my main View and load an image within. The image is shown, I set setScalesPageToFit to YES, this should allow me too zoom - so it says. 

Any ideas on what I could be missing?

I would really appreciate it!</description>
		<content:encoded><![CDATA[<p>I actually have sort of the opposite problem: I cannot zoom. I add a UIWebView as a Subview to my main View and load an image within. The image is shown, I set setScalesPageToFit to YES, this should allow me too zoom &#8211; so it says. </p>
<p>Any ideas on what I could be missing?</p>
<p>I would really appreciate it!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick</title>
		<link>http://iPhoneIncubator.com/blog/windows-views/display-images-in-uiwebview/comment-page-1#comment-1814</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Mon, 11 Jan 2010 14:44:38 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneIncubator.com/blog/?p=28#comment-1814</guid>
		<description>@ashish: You might try changing the HTML width and height attributes of the images.</description>
		<content:encoded><![CDATA[<p>@ashish: You might try changing the HTML width and height attributes of the images.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ashish</title>
		<link>http://iPhoneIncubator.com/blog/windows-views/display-images-in-uiwebview/comment-page-1#comment-1791</link>
		<dc:creator>ashish</dc:creator>
		<pubDate>Fri, 08 Jan 2010 14:06:58 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneIncubator.com/blog/?p=28#comment-1791</guid>
		<description>Hi Nick,

How to change image size, width and height in UIWebView.

suppose the html file contains images with different size I want those images to fit inside the UiWebView. 

I am not using [mywebView setScalesPageToFit:YES];  because it allows user to zoom. 

Any other way to resize Images before loading into Webview might be using java script?</description>
		<content:encoded><![CDATA[<p>Hi Nick,</p>
<p>How to change image size, width and height in UIWebView.</p>
<p>suppose the html file contains images with different size I want those images to fit inside the UiWebView. </p>
<p>I am not using [mywebView setScalesPageToFit:YES];  because it allows user to zoom. </p>
<p>Any other way to resize Images before loading into Webview might be using java script?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
