<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
	<title>jQuery Grid Plugin - jqGrid - Topic: iPhone or Android auto-zoom-in on jqGrid form?</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/iphone-or-android-auto-zoom-in-on-jqgrid-form</link>
	<description><![CDATA[Grid plugin]]></description>
	<generator>Simple:Press Version 5.7.5.3</generator>
	<atom:link href="http://www.trirand.com/blog/?page_id=393/help/iphone-or-android-auto-zoom-in-on-jqgrid-form/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>RonConrad on iPhone or Android auto-zoom-in on jqGrid form?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/iphone-or-android-auto-zoom-in-on-jqgrid-form#p27213</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/iphone-or-android-auto-zoom-in-on-jqgrid-form#p27213</guid>
        	        	<description><![CDATA[<p>Found a solution using a meta tag...works on my iPhone, and hopefully it works on my Android phone:</p>
</p>
<p>I put this line at the end of my Head section:</p>
</p>
<p>&#60;meta name="viewport" id="viewport" content="width=device-width,minimum-scale=1.0,maximum-scale=10.0,initial-scale=1.0" /&#62;</p>
<p>With a little tweaking I have a grid with two columns that "auto-zooms" to fit the phone.<img class="spSmiley" style="margin:0" title="Smile" src="/blog/wp-content/forum-smileys/sf-smile.gif" alt="Smile" /></p></p>
]]></description>
        	        	<pubDate>Mon, 27 Aug 2012 22:13:47 +0300</pubDate>
        </item>
        <item>
        	<title>RonConrad on iPhone or Android auto-zoom-in on jqGrid form?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/iphone-or-android-auto-zoom-in-on-jqgrid-form#p27212</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/iphone-or-android-auto-zoom-in-on-jqgrid-form#p27212</guid>
        	        	<description><![CDATA[<p>I am trying to develop a version of my jqGrid that hides all but two columns, and then fills up the screen of my iPhone.</p>
</p>
<p>I tried the following:&#160;</p>
</p>
<p>&#160;&#160; &#160;&#160;&#160;&#160; $(window).bind(&#39;resize&#39;, function() {<br />&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; $("#list").setGridWidth($(window).width());<br />&#160;&#160; &#160;&#160;&#160;&#160; }).trigger(&#39;resize&#39;);</p>
</p>
<p>and it basically expanded the column widths of the two visible columns...What I really want it to do is keep the same width, but auto-zoom in to fill the phone&#39;s screen width so the user doesn&#39;t have to zoom in.</p>
</p>
<p>Is there a way to do this on iPhone and Android in my javascript code?</p>
]]></description>
        	        	<pubDate>Mon, 27 Aug 2012 21:26:55 +0300</pubDate>
        </item>
</channel>
</rss>