<?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: iPhone Web Development: Controlling the viewport via Javascript</title>
	<atom:link href="http://www.justincarmony.com/blog/2008/04/21/iphone-web-development-controlling-the-viewport-via-javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.justincarmony.com/blog/2008/04/21/iphone-web-development-controlling-the-viewport-via-javascript/</link>
	<description>Web Designer &#38; Software Engineer</description>
	<lastBuildDate>Tue, 07 Feb 2012 19:08:34 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: mikedc55</title>
		<link>http://www.justincarmony.com/blog/2008/04/21/iphone-web-development-controlling-the-viewport-via-javascript/comment-page-1/#comment-42462</link>
		<dc:creator>mikedc55</dc:creator>
		<pubDate>Tue, 27 Jul 2010 21:27:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.justincarmony.com/blog/2008/04/21/iphone-web-development-controlling-the-viewport-via-javascript/#comment-42462</guid>
		<description>Wow this is a genius solution.
I had been looking all over the internet for this. I dont think alot of people know about this man.
Thanks!
By the way. I added my own id to the viewport element. I could not get it to work otherwise.

meta name=&quot;viewport&quot; id=&quot;view&quot; content=&quot;width=device-width, initial-scale=1.0,  user-scalable=yes, minimum-scale=1.0,maximum-scale=1.0,&quot;

and then I called:
getElementById(&quot;view&quot;) etc.

Thanks again for this.</description>
		<content:encoded><![CDATA[<p>Wow this is a genius solution.<br />
I had been looking all over the internet for this. I dont think alot of people know about this man.<br />
Thanks!<br />
By the way. I added my own id to the viewport element. I could not get it to work otherwise.</p>
<p>meta name=&#8221;viewport&#8221; id=&#8221;view&#8221; content=&#8221;width=device-width, initial-scale=1.0,  user-scalable=yes, minimum-scale=1.0,maximum-scale=1.0,&#8221;</p>
<p>and then I called:<br />
getElementById(&#8220;view&#8221;) etc.</p>
<p>Thanks again for this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: iPhoneConnection</title>
		<link>http://www.justincarmony.com/blog/2008/04/21/iphone-web-development-controlling-the-viewport-via-javascript/comment-page-1/#comment-38311</link>
		<dc:creator>iPhoneConnection</dc:creator>
		<pubDate>Sat, 15 May 2010 21:18:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.justincarmony.com/blog/2008/04/21/iphone-web-development-controlling-the-viewport-via-javascript/#comment-38311</guid>
		<description>Thanks for the tip on content views for Mobile Safari.  Keep up the good work</description>
		<content:encoded><![CDATA[<p>Thanks for the tip on content views for Mobile Safari.  Keep up the good work</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Duchesneau</title>
		<link>http://www.justincarmony.com/blog/2008/04/21/iphone-web-development-controlling-the-viewport-via-javascript/comment-page-1/#comment-23465</link>
		<dc:creator>Brian Duchesneau</dc:creator>
		<pubDate>Thu, 02 Jul 2009 20:07:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.justincarmony.com/blog/2008/04/21/iphone-web-development-controlling-the-viewport-via-javascript/#comment-23465</guid>
		<description>I have some code that calls javascript functions similar to the one&#039;s described here.  The problem is when someone zooms in on a page, afterwards how can i reset the zoom factor back to the initial-scale with javascript ?  The only way that seems to reset back to the initial scale is with a full page refresh.... any ideas ?</description>
		<content:encoded><![CDATA[<p>I have some code that calls javascript functions similar to the one&#8217;s described here.  The problem is when someone zooms in on a page, afterwards how can i reset the zoom factor back to the initial-scale with javascript ?  The only way that seems to reset back to the initial scale is with a full page refresh&#8230;. any ideas ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin Carmony</title>
		<link>http://www.justincarmony.com/blog/2008/04/21/iphone-web-development-controlling-the-viewport-via-javascript/comment-page-1/#comment-21292</link>
		<dc:creator>Justin Carmony</dc:creator>
		<pubDate>Fri, 29 May 2009 17:40:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.justincarmony.com/blog/2008/04/21/iphone-web-development-controlling-the-viewport-via-javascript/#comment-21292</guid>
		<description>correct</description>
		<content:encoded><![CDATA[<p>correct</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phil</title>
		<link>http://www.justincarmony.com/blog/2008/04/21/iphone-web-development-controlling-the-viewport-via-javascript/comment-page-1/#comment-21257</link>
		<dc:creator>Phil</dc:creator>
		<pubDate>Fri, 29 May 2009 10:00:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.justincarmony.com/blog/2008/04/21/iphone-web-development-controlling-the-viewport-via-javascript/#comment-21257</guid>
		<description>HTML has been deleted on my last post. I ment:



So, you had &lt;meta id=&quot;viewport&quot; ...&gt; in your HTML-File, right? Because otherwise document.getElementById(”viewport”) would fail.</description>
		<content:encoded><![CDATA[<p>HTML has been deleted on my last post. I ment:</p>
<p>So, you had &lt;meta id=&#8221;viewport&#8221; &#8230;&gt; in your HTML-File, right? Because otherwise document.getElementById(”viewport”) would fail.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phil</title>
		<link>http://www.justincarmony.com/blog/2008/04/21/iphone-web-development-controlling-the-viewport-via-javascript/comment-page-1/#comment-21256</link>
		<dc:creator>Phil</dc:creator>
		<pubDate>Fri, 29 May 2009 09:54:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.justincarmony.com/blog/2008/04/21/iphone-web-development-controlling-the-viewport-via-javascript/#comment-21256</guid>
		<description>So, you had  in your HTML-File, right? Because otherwise document.getElementById(&quot;viewport&quot;) would fail.</description>
		<content:encoded><![CDATA[<p>So, you had  in your HTML-File, right? Because otherwise document.getElementById(&#8220;viewport&#8221;) would fail.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Web Developer</title>
		<link>http://www.justincarmony.com/blog/2008/04/21/iphone-web-development-controlling-the-viewport-via-javascript/comment-page-1/#comment-10457</link>
		<dc:creator>Web Developer</dc:creator>
		<pubDate>Sat, 27 Dec 2008 14:38:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.justincarmony.com/blog/2008/04/21/iphone-web-development-controlling-the-viewport-via-javascript/#comment-10457</guid>
		<description>I am impressed by people who are good in Java. I has just begun to work with it.</description>
		<content:encoded><![CDATA[<p>I am impressed by people who are good in Java. I has just begun to work with it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: iPhone Web Development: Controlling the viewport via Javascript</title>
		<link>http://www.justincarmony.com/blog/2008/04/21/iphone-web-development-controlling-the-viewport-via-javascript/comment-page-1/#comment-3970</link>
		<dc:creator>iPhone Web Development: Controlling the viewport via Javascript</dc:creator>
		<pubDate>Mon, 21 Apr 2008 15:35:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.justincarmony.com/blog/2008/04/21/iphone-web-development-controlling-the-viewport-via-javascript/#comment-3970</guid>
		<description>[...] 325bimmerdan wrote an interesting post today onHere&#8217;s a quick excerptThis caused a problem due to the fact that we had disabled the scale so they were not able to zoom in on photos via pinching. We solved the problem by before and after loading a picture to be view, we executed a javascript function that &#8230; [...]</description>
		<content:encoded><![CDATA[<p>[...] 325bimmerdan wrote an interesting post today onHere&#8217;s a quick excerptThis caused a problem due to the fact that we had disabled the scale so they were not able to zoom in on photos via pinching. We solved the problem by before and after loading a picture to be view, we executed a javascript function that &#8230; [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 13/24 queries in 0.010 seconds using memcached
Content Delivery Network via Rackspace Cloud Files: c747925.r25.cf2.rackcdn.com

Served from: www.justincarmony.com @ 2012-02-08 22:49:23 -->
