<?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 Apps running at full screen</title>
	<atom:link href="http://ajaxian.com/archives/iphone-full-screen-webapps/feed" rel="self" type="application/rss+xml" />
	<link>http://ajaxian.com/archives/iphone-full-screen-webapps</link>
	<description>Cleaning up the web with Ajax</description>
	<lastBuildDate>Thu, 17 May 2012 07:43:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: HiveHicks</title>
		<link>http://ajaxian.com/archives/iphone-full-screen-webapps/comment-page-1#comment-275105</link>
		<dc:creator>HiveHicks</dc:creator>
		<pubDate>Mon, 17 Aug 2009 13:58:44 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4677#comment-275105</guid>
		<description>There&#039;s a halfhearted measure to the &quot;onorientationchange bug&quot; in full-screen mode.
We can execute the following piece of code periodically (e.g. once in a second):

var h = window.innerHeight;
var landscape = (h &lt; 460 &amp;&amp; h != 140) ? &#039;landscape&#039; : &#039;portrait&#039;;

and, based on the result, fire a custom onorientationchange event when the current orientation is different from the previous one.
I suppose it&#039;ll lead to unjustified performance loss, but I don&#039;t know how to overcome this bug in a more elegant fashion.</description>
		<content:encoded><![CDATA[<p>There&#8217;s a halfhearted measure to the &#8220;onorientationchange bug&#8221; in full-screen mode.<br />
We can execute the following piece of code periodically (e.g. once in a second):</p>
<p>var h = window.innerHeight;<br />
var landscape = (h &lt; 460 &amp;&amp; h != 140) ? &#8216;landscape&#8217; : &#8216;portrait&#8217;;</p>
<p>and, based on the result, fire a custom onorientationchange event when the current orientation is different from the previous one.<br />
I suppose it&#8217;ll lead to unjustified performance loss, but I don&#8217;t know how to overcome this bug in a more elegant fashion.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DocMarten</title>
		<link>http://ajaxian.com/archives/iphone-full-screen-webapps/comment-page-1#comment-274951</link>
		<dc:creator>DocMarten</dc:creator>
		<pubDate>Sat, 08 Aug 2009 16:46:02 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4677#comment-274951</guid>
		<description>oops. All the HTML went into the link...
Trying again without &gt;&lt;

From the &quot;Lists&quot; page, I call functions via a href as follows:

&quot;div style=&quot;display: none;&quot; class=&quot;iLayer&quot; id=&quot;waImage&quot; title=&quot;List with image&quot;&quot;
  &quot;div style=&quot;min-height: 699px;&quot; class=&quot;iList&quot;&quot;
	&quot;ul class=&quot;iArrow&quot;&quot;
		&quot;li class=&quot;&quot;&quot;
&quot;a href=&quot;index.php?action=close_shaders&quot;&quot;
&quot;img src=&quot;/image.png&quot; height=&quot;29&quot;&quot; &quot;em &quot;CLose Shaders &quot;/em&quot;
&quot;/a&quot;
&quot;/li&quot;</description>
		<content:encoded><![CDATA[<p>oops. All the HTML went into the link&#8230;<br />
Trying again without &gt;&lt;</p>
<p>From the &#8220;Lists&#8221; page, I call functions via a href as follows:</p>
<p>&#8220;div style=&#8221;display: none;&#8221; class=&#8221;iLayer&#8221; id=&#8221;waImage&#8221; title=&#8221;List with image&#8221;"<br />
  &#8220;div style=&#8221;min-height: 699px;&#8221; class=&#8221;iList&#8221;"<br />
	&#8220;ul class=&#8221;iArrow&#8221;"<br />
		&#8220;li class=&#8221;"&#8221;<br />
&#8220;a href=&#8221;index.php?action=close_shaders&#8221;"<br />
&#8220;img src=&#8221;/image.png&#8221; height=&#8221;29&#8243;&#8221; &#8220;em &#8220;CLose Shaders &#8220;/em&#8221;<br />
&#8220;/a&#8221;<br />
&#8220;/li&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: inano</title>
		<link>http://ajaxian.com/archives/iphone-full-screen-webapps/comment-page-1#comment-271790</link>
		<dc:creator>inano</dc:creator>
		<pubDate>Thu, 05 Mar 2009 10:48:09 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4677#comment-271790</guid>
		<description>my html code didn&#039;t go through in my last post. 

just replace names with name and it&#039;ll work.

and optionally replace black-translucent with black if you want a complete black status bar.</description>
		<content:encoded><![CDATA[<p>my html code didn&#8217;t go through in my last post. </p>
<p>just replace names with name and it&#8217;ll work.</p>
<p>and optionally replace black-translucent with black if you want a complete black status bar.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: inano</title>
		<link>http://ajaxian.com/archives/iphone-full-screen-webapps/comment-page-1#comment-271789</link>
		<dc:creator>inano</dc:creator>
		<pubDate>Thu, 05 Mar 2009 10:46:07 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4677#comment-271789</guid>
		<description>For those that didn&#039;t catch it, the last line was incorrect.  Correct one will be meta name and not meta names.

Correct line:


If you don&#039;t like the see through look, you can use the complete black status bar: 

</description>
		<content:encoded><![CDATA[<p>For those that didn&#8217;t catch it, the last line was incorrect.  Correct one will be meta name and not meta names.</p>
<p>Correct line:</p>
<p>If you don&#8217;t like the see through look, you can use the complete black status bar: </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rygar</title>
		<link>http://ajaxian.com/archives/iphone-full-screen-webapps/comment-page-1#comment-269264</link>
		<dc:creator>Rygar</dc:creator>
		<pubDate>Thu, 20 Nov 2008 02:04:37 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4677#comment-269264</guid>
		<description>Well it almost works, I&#039;m trying to create a little prototype with simple hotspots linking together a series of images.  However, when linking to a new page it opens a NEW window in Safari?!  Any ideas? there doesn&#039;t seem to be much documentation on this topic...</description>
		<content:encoded><![CDATA[<p>Well it almost works, I&#8217;m trying to create a little prototype with simple hotspots linking together a series of images.  However, when linking to a new page it opens a NEW window in Safari?!  Any ideas? there doesn&#8217;t seem to be much documentation on this topic&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chini21</title>
		<link>http://ajaxian.com/archives/iphone-full-screen-webapps/comment-page-1#comment-267950</link>
		<dc:creator>chini21</dc:creator>
		<pubDate>Mon, 06 Oct 2008 22:48:20 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4677#comment-267950</guid>
		<description>Hi,

While this is great, has anybody looked at why the web app won&#039;t respond to &quot;onorientationchange&quot; events? The browser does not rotate to landscape and fire the orientationchange event.

Any ideas?

Thanks</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>While this is great, has anybody looked at why the web app won&#8217;t respond to &#8220;onorientationchange&#8221; events? The browser does not rotate to landscape and fire the orientationchange event.</p>
<p>Any ideas?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jgilfelt</title>
		<link>http://ajaxian.com/archives/iphone-full-screen-webapps/comment-page-1#comment-267923</link>
		<dc:creator>jgilfelt</dc:creator>
		<pubDate>Mon, 06 Oct 2008 09:08:04 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4677#comment-267923</guid>
		<description>I think you will find that the user-scalable=0 option of the viewport meta tag is what is disabling the zoom function. I actually really like this feature, it is like a Site Specific Browser for mobile Safari. Great for frameworks like iUI and WebApp.net, which currently use JavaScript tricks to &quot;hide&quot; the address bar.</description>
		<content:encoded><![CDATA[<p>I think you will find that the user-scalable=0 option of the viewport meta tag is what is disabling the zoom function. I actually really like this feature, it is like a Site Specific Browser for mobile Safari. Great for frameworks like iUI and WebApp.net, which currently use JavaScript tricks to &#8220;hide&#8221; the address bar.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: delarge</title>
		<link>http://ajaxian.com/archives/iphone-full-screen-webapps/comment-page-1#comment-267922</link>
		<dc:creator>delarge</dc:creator>
		<pubDate>Mon, 06 Oct 2008 08:27:31 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4677#comment-267922</guid>
		<description>Shouldn&#039;t the last tag be &quot;name&quot; instead of &quot;names&quot;?</description>
		<content:encoded><![CDATA[<p>Shouldn&#8217;t the last tag be &#8220;name&#8221; instead of &#8220;names&#8221;?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yves</title>
		<link>http://ajaxian.com/archives/iphone-full-screen-webapps/comment-page-1#comment-267912</link>
		<dc:creator>Yves</dc:creator>
		<pubDate>Sun, 05 Oct 2008 14:48:52 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4677#comment-267912</guid>
		<description>
I wouldn&#039;t recommend this technique...
It breaks the zoom feature .. that&#039;s very frustrating for any user, it also become an accessibility/readability problem.</description>
		<content:encoded><![CDATA[<p>I wouldn&#8217;t recommend this technique&#8230;<br />
It breaks the zoom feature .. that&#8217;s very frustrating for any user, it also become an accessibility/readability problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jordan</title>
		<link>http://ajaxian.com/archives/iphone-full-screen-webapps/comment-page-1#comment-267898</link>
		<dc:creator>Jordan</dc:creator>
		<pubDate>Sat, 04 Oct 2008 05:52:18 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4677#comment-267898</guid>
		<description>Tips such as this one are readily available from the &quot;Safari Web Content Guide for iPhone OS&quot;.
http://developer.apple.com/webapps/docs/documentation/AppleApplications/Reference/SafariWebContent/ConfiguringWebApplications/chapter_8_section_3.html</description>
		<content:encoded><![CDATA[<p>Tips such as this one are readily available from the &#8220;Safari Web Content Guide for iPhone OS&#8221;.<br />
<a href="http://developer.apple.com/webapps/docs/documentation/AppleApplications/Reference/SafariWebContent/ConfiguringWebApplications/chapter_8_section_3.html" rel="nofollow">http://developer.apple.com/webapps/docs/documentation/AppleApplications/Reference/SafariWebContent/ConfiguringWebApplications/chapter_8_section_3.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tlrobinson</title>
		<link>http://ajaxian.com/archives/iphone-full-screen-webapps/comment-page-1#comment-267868</link>
		<dc:creator>tlrobinson</dc:creator>
		<pubDate>Fri, 03 Oct 2008 21:50:57 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4677#comment-267868</guid>
		<description>Apparently you have to save the app to your home screen for this to work.</description>
		<content:encoded><![CDATA[<p>Apparently you have to save the app to your home screen for this to work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: iiaann</title>
		<link>http://ajaxian.com/archives/iphone-full-screen-webapps/comment-page-1#comment-267867</link>
		<dc:creator>iiaann</dc:creator>
		<pubDate>Fri, 03 Oct 2008 21:33:39 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4677#comment-267867</guid>
		<description>I&#039;m running 2.1 (5F136) and I too see both top and bottom bars :-/</description>
		<content:encoded><![CDATA[<p>I&#8217;m running 2.1 (5F136) and I too see both top and bottom bars :-/</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jsmecham</title>
		<link>http://ajaxian.com/archives/iphone-full-screen-webapps/comment-page-1#comment-267866</link>
		<dc:creator>jsmecham</dc:creator>
		<pubDate>Fri, 03 Oct 2008 21:21:13 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4677#comment-267866</guid>
		<description>Ah, I stand corrected.  Just tried it on my iPhone with the released version of 2.1 and it does in fact work.</description>
		<content:encoded><![CDATA[<p>Ah, I stand corrected.  Just tried it on my iPhone with the released version of 2.1 and it does in fact work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jsmecham</title>
		<link>http://ajaxian.com/archives/iphone-full-screen-webapps/comment-page-1#comment-267865</link>
		<dc:creator>jsmecham</dc:creator>
		<pubDate>Fri, 03 Oct 2008 21:17:26 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4677#comment-267865</guid>
		<description>I&#039;m fairly certain that this feature is part of an unreleased version of the iPhone OS.  That would mean that this post is in violation of the NDA as the NDA was only lifted for released versions of the OS and tools.</description>
		<content:encoded><![CDATA[<p>I&#8217;m fairly certain that this feature is part of an unreleased version of the iPhone OS.  That would mean that this post is in violation of the NDA as the NDA was only lifted for released versions of the OS and tools.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tlrobinson</title>
		<link>http://ajaxian.com/archives/iphone-full-screen-webapps/comment-page-1#comment-267864</link>
		<dc:creator>tlrobinson</dc:creator>
		<pubDate>Fri, 03 Oct 2008 21:12:57 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4677#comment-267864</guid>
		<description>This is supposed to work in normal MobileSafari, or a custom WebView wrapper?

Both top and bottom bar are still visible for me.</description>
		<content:encoded><![CDATA[<p>This is supposed to work in normal MobileSafari, or a custom WebView wrapper?</p>
<p>Both top and bottom bar are still visible for me.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

