<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: What&#8217;s new in Cordova iOS 2.2.0</title>
	<atom:link href="http://shazronatadobe.wordpress.com/2012/10/27/whats-new-in-cordova-ios-2-2-0/feed/" rel="self" type="application/rss+xml" />
	<link>http://shazronatadobe.wordpress.com/2012/10/27/whats-new-in-cordova-ios-2-2-0/</link>
	<description>at Adobe Systems Inc.</description>
	<lastBuildDate>Wed, 22 May 2013 19:45:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: guy</title>
		<link>http://shazronatadobe.wordpress.com/2012/10/27/whats-new-in-cordova-ios-2-2-0/#comment-5169</link>
		<dc:creator><![CDATA[guy]]></dc:creator>
		<pubDate>Wed, 17 Apr 2013 06:41:30 +0000</pubDate>
		<guid isPermaLink="false">http://shazronatadobe.wordpress.com/?p=489#comment-5169</guid>
		<description><![CDATA[I&#039;m using phonegap version 1.7 and now I can not upgrade to the latest version.
My application support in iPhone 5 and I have a problem with displaying Splash.
I found the solution:

- (void) showSplashScreen   
{   
    CGRect screenBounds = [[UIScreen mainScreen] bounds];   
    // HACK: PhoneGap pre-2.2 does not support iphone5 splash image well, so we just skip it    
    if (screenBounds.size.height == 568) {  
        return; 
    }   
    [super showSplashScreen];   
} 

but I see this warning 
CDVViewController may not respond to &#039;showSplashScreen&#039;]]></description>
		<content:encoded><![CDATA[<p>I&#8217;m using phonegap version 1.7 and now I can not upgrade to the latest version.<br />
My application support in iPhone 5 and I have a problem with displaying Splash.<br />
I found the solution:</p>
<p>- (void) showSplashScreen<br />
{<br />
    CGRect screenBounds = [[UIScreen mainScreen] bounds];<br />
    // HACK: PhoneGap pre-2.2 does not support iphone5 splash image well, so we just skip it<br />
    if (screenBounds.size.height == 568) {<br />
        return;<br />
    }<br />
    [super showSplashScreen];<br />
} </p>
<p>but I see this warning<br />
CDVViewController may not respond to &#8216;showSplashScreen&#8217;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shazron</title>
		<link>http://shazronatadobe.wordpress.com/2012/10/27/whats-new-in-cordova-ios-2-2-0/#comment-5133</link>
		<dc:creator><![CDATA[shazron]]></dc:creator>
		<pubDate>Tue, 16 Apr 2013 00:20:25 +0000</pubDate>
		<guid isPermaLink="false">http://shazronatadobe.wordpress.com/?p=489#comment-5133</guid>
		<description><![CDATA[Why? you shouldn&#039;t rely on implementation details]]></description>
		<content:encoded><![CDATA[<p>Why? you shouldn&#8217;t rely on implementation details</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: guy</title>
		<link>http://shazronatadobe.wordpress.com/2012/10/27/whats-new-in-cordova-ios-2-2-0/#comment-5110</link>
		<dc:creator><![CDATA[guy]]></dc:creator>
		<pubDate>Mon, 15 Apr 2013 12:18:43 +0000</pubDate>
		<guid isPermaLink="false">http://shazronatadobe.wordpress.com/?p=489#comment-5110</guid>
		<description><![CDATA[Which version of phonegap has the function
- (Void) showSplashScreen
in  CDVViewController class ?]]></description>
		<content:encoded><![CDATA[<p>Which version of phonegap has the function<br />
- (Void) showSplashScreen<br />
in  CDVViewController class ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Jul</title>
		<link>http://shazronatadobe.wordpress.com/2012/10/27/whats-new-in-cordova-ios-2-2-0/#comment-4997</link>
		<dc:creator><![CDATA[Chris Jul]]></dc:creator>
		<pubDate>Thu, 14 Mar 2013 14:22:59 +0000</pubDate>
		<guid isPermaLink="false">http://shazronatadobe.wordpress.com/?p=489#comment-4997</guid>
		<description><![CDATA[hi guys i have a big problem facing in ipad 2 (ios version 6) . In my application am facing keyboard issue when keyboard enter am typing some thing my app screen event changed to portrait to  landscape mode screen size button changed. but i will change the ipad portrait to landscape . the event will working.i will enter anything in keyboard  the mode will be changed to por to land  OR land to por mode how to fix plz help me guys. My application fully based on html5 .phone gap project]]></description>
		<content:encoded><![CDATA[<p>hi guys i have a big problem facing in ipad 2 (ios version 6) . In my application am facing keyboard issue when keyboard enter am typing some thing my app screen event changed to portrait to  landscape mode screen size button changed. but i will change the ipad portrait to landscape . the event will working.i will enter anything in keyboard  the mode will be changed to por to land  OR land to por mode how to fix plz help me guys. My application fully based on html5 .phone gap project</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Al Renaud</title>
		<link>http://shazronatadobe.wordpress.com/2012/10/27/whats-new-in-cordova-ios-2-2-0/#comment-3799</link>
		<dc:creator><![CDATA[Al Renaud]]></dc:creator>
		<pubDate>Thu, 13 Dec 2012 19:38:04 +0000</pubDate>
		<guid isPermaLink="false">http://shazronatadobe.wordpress.com/?p=489#comment-3799</guid>
		<description><![CDATA[Good idea, I think that&#039;s my only chance of having something in that respect anytime soon! Thanks, A.R.]]></description>
		<content:encoded><![CDATA[<p>Good idea, I think that&#8217;s my only chance of having something in that respect anytime soon! Thanks, A.R.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shazron</title>
		<link>http://shazronatadobe.wordpress.com/2012/10/27/whats-new-in-cordova-ios-2-2-0/#comment-3794</link>
		<dc:creator><![CDATA[shazron]]></dc:creator>
		<pubDate>Thu, 13 Dec 2012 18:58:37 +0000</pubDate>
		<guid isPermaLink="false">http://shazronatadobe.wordpress.com/?p=489#comment-3794</guid>
		<description><![CDATA[They do address config.xml issues: https://github.com/phonegap/build/issues/search?q=preference
The forum issues generally get funnelled into Github issues. Perhaps file one there as well.]]></description>
		<content:encoded><![CDATA[<p>They do address config.xml issues: <a href="https://github.com/phonegap/build/issues/search?q=preference" rel="nofollow">https://github.com/phonegap/build/issues/search?q=preference</a><br />
The forum issues generally get funnelled into Github issues. Perhaps file one there as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Al Renaud</title>
		<link>http://shazronatadobe.wordpress.com/2012/10/27/whats-new-in-cordova-ios-2-2-0/#comment-3791</link>
		<dc:creator><![CDATA[Al Renaud]]></dc:creator>
		<pubDate>Thu, 13 Dec 2012 18:48:58 +0000</pubDate>
		<guid isPermaLink="false">http://shazronatadobe.wordpress.com/?p=489#comment-3791</guid>
		<description><![CDATA[Already did, different answer, same idea; how do they call that? oh yes: &quot;the tale of 2 corporate heads&quot;. A.R.]]></description>
		<content:encoded><![CDATA[<p>Already did, different answer, same idea; how do they call that? oh yes: &#8220;the tale of 2 corporate heads&#8221;. A.R.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shazron</title>
		<link>http://shazronatadobe.wordpress.com/2012/10/27/whats-new-in-cordova-ios-2-2-0/#comment-3788</link>
		<dc:creator><![CDATA[shazron]]></dc:creator>
		<pubDate>Thu, 13 Dec 2012 18:41:56 +0000</pubDate>
		<guid isPermaLink="false">http://shazronatadobe.wordpress.com/?p=489#comment-3788</guid>
		<description><![CDATA[I can&#039;t help much there since I&#039;m not on the Build team -- reach out to the devs on http://community.phonegap.com]]></description>
		<content:encoded><![CDATA[<p>I can&#8217;t help much there since I&#8217;m not on the Build team &#8212; reach out to the devs on <a href="http://community.phonegap.com" rel="nofollow">http://community.phonegap.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Al Renaud</title>
		<link>http://shazronatadobe.wordpress.com/2012/10/27/whats-new-in-cordova-ios-2-2-0/#comment-3787</link>
		<dc:creator><![CDATA[Al Renaud]]></dc:creator>
		<pubDate>Thu, 13 Dec 2012 18:38:11 +0000</pubDate>
		<guid isPermaLink="false">http://shazronatadobe.wordpress.com/?p=489#comment-3787</guid>
		<description><![CDATA[Maybe, but you&#039;re wrong at this point (&quot;I believe you just set a preference tag for what you want (BackupWebStorage)&quot;) and... it sucks! A.R.]]></description>
		<content:encoded><![CDATA[<p>Maybe, but you&#8217;re wrong at this point (&#8220;I believe you just set a preference tag for what you want (BackupWebStorage)&#8221;) and&#8230; it sucks! A.R.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shazron</title>
		<link>http://shazronatadobe.wordpress.com/2012/10/27/whats-new-in-cordova-ios-2-2-0/#comment-3780</link>
		<dc:creator><![CDATA[shazron]]></dc:creator>
		<pubDate>Thu, 13 Dec 2012 18:08:27 +0000</pubDate>
		<guid isPermaLink="false">http://shazronatadobe.wordpress.com/?p=489#comment-3780</guid>
		<description><![CDATA[PG Build has a config.xml specification: http://build.phonegap.com/docs/preparing-your-app#configure_application and I believe you just set a preference tag for what you want (BackupWebStorage). The Cordova iOS config.xml format  and PG Build&#039;s one is different however (we are planning on using the widget spec in a future release)]]></description>
		<content:encoded><![CDATA[<p>PG Build has a config.xml specification: <a href="http://build.phonegap.com/docs/preparing-your-app#configure_application" rel="nofollow">http://build.phonegap.com/docs/preparing-your-app#configure_application</a> and I believe you just set a preference tag for what you want (BackupWebStorage). The Cordova iOS config.xml format  and PG Build&#8217;s one is different however (we are planning on using the widget spec in a future release)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
