<?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: PhoneGap application crashing when rotating</title>
	<atom:link href="http://marguspala.com/phonegap-application-crashing-when-rotating/feed/" rel="self" type="application/rss+xml" />
	<link>http://marguspala.com/phonegap-application-crashing-when-rotating/</link>
	<description>What to do if there is problem with IT</description>
	<lastBuildDate>Mon, 17 Jun 2013 22:48:40 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Jesus</title>
		<link>http://marguspala.com/phonegap-application-crashing-when-rotating/comment-page-1/#comment-157539</link>
		<dc:creator>Jesus</dc:creator>
		<pubDate>Sat, 27 Oct 2012 05:35:14 +0000</pubDate>
		<guid isPermaLink="false">http://marguspala.com/?p=454#comment-157539</guid>
		<description><![CDATA[this didnt work for me, BUT! i moved android:configChanges=&quot;orientation&#124;keyboardHidden&#124;keyboard&#124;screenSize&#124;locale&quot; 

to the 1st line after &lt;activity

and it worked!]]></description>
		<content:encoded><![CDATA[<p>this didnt work for me, BUT! i moved android:configChanges=&#8221;orientation|keyboardHidden|keyboard|screenSize|locale&#8221; </p>
<p>to the 1st line after &lt;activity</p>
<p>and it worked!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Schnasi</title>
		<link>http://marguspala.com/phonegap-application-crashing-when-rotating/comment-page-1/#comment-157514</link>
		<dc:creator>Schnasi</dc:creator>
		<pubDate>Fri, 05 Oct 2012 06:11:52 +0000</pubDate>
		<guid isPermaLink="false">http://marguspala.com/?p=454#comment-157514</guid>
		<description><![CDATA[great!

android:configChanges=”orientation&#124;screenSize&#124;keyboardHidden” works for me :-) thx]]></description>
		<content:encoded><![CDATA[<p>great!</p>
<p>android:configChanges=”orientation|screenSize|keyboardHidden” works for me <img src='http://marguspala.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  thx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: FTW</title>
		<link>http://marguspala.com/phonegap-application-crashing-when-rotating/comment-page-1/#comment-157481</link>
		<dc:creator>FTW</dc:creator>
		<pubDate>Tue, 11 Sep 2012 07:42:23 +0000</pubDate>
		<guid isPermaLink="false">http://marguspala.com/?p=454#comment-157481</guid>
		<description><![CDATA[also try to add screenSize
android:configChanges=”orientation&#124;screenSize&#124;keyboardHidden”

^^ This helps, thanks!]]></description>
		<content:encoded><![CDATA[<p>also try to add screenSize<br />
android:configChanges=”orientation|screenSize|keyboardHidden”</p>
<p>^^ This helps, thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BDS</title>
		<link>http://marguspala.com/phonegap-application-crashing-when-rotating/comment-page-1/#comment-157301</link>
		<dc:creator>BDS</dc:creator>
		<pubDate>Tue, 31 Jul 2012 15:36:58 +0000</pubDate>
		<guid isPermaLink="false">http://marguspala.com/?p=454#comment-157301</guid>
		<description><![CDATA[I&#039;m having the same problem, using SDK8, cordova 1.8 here&#039;s my manifest:












 


    
        
            
                
                
            
        
        
        
        
        
        
        
        
            
                 
    

]]></description>
		<content:encoded><![CDATA[<p>I&#8217;m having the same problem, using SDK8, cordova 1.8 here&#8217;s my manifest:</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: name required</title>
		<link>http://marguspala.com/phonegap-application-crashing-when-rotating/comment-page-1/#comment-157297</link>
		<dc:creator>name required</dc:creator>
		<pubDate>Tue, 24 Jul 2012 15:29:33 +0000</pubDate>
		<guid isPermaLink="false">http://marguspala.com/?p=454#comment-157297</guid>
		<description><![CDATA[also try to add screenSize
android:configChanges=&quot;orientation&#124;screenSize&#124;keyboardHidden&quot;]]></description>
		<content:encoded><![CDATA[<p>also try to add screenSize<br />
android:configChanges=&#8221;orientation|screenSize|keyboardHidden&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://marguspala.com/phonegap-application-crashing-when-rotating/comment-page-1/#comment-157291</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Tue, 17 Jul 2012 01:42:43 +0000</pubDate>
		<guid isPermaLink="false">http://marguspala.com/?p=454#comment-157291</guid>
		<description><![CDATA[ditto]]></description>
		<content:encoded><![CDATA[<p>ditto</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: name required</title>
		<link>http://marguspala.com/phonegap-application-crashing-when-rotating/comment-page-1/#comment-157070</link>
		<dc:creator>name required</dc:creator>
		<pubDate>Mon, 14 May 2012 08:53:39 +0000</pubDate>
		<guid isPermaLink="false">http://marguspala.com/?p=454#comment-157070</guid>
		<description><![CDATA[check that both activities have the:
android:configChanges=&quot;orientation&#124;keyboardHidden&quot;]]></description>
		<content:encoded><![CDATA[<p>check that both activities have the:<br />
android:configChanges=&#8221;orientation|keyboardHidden&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: EniGMistA</title>
		<link>http://marguspala.com/phonegap-application-crashing-when-rotating/comment-page-1/#comment-156994</link>
		<dc:creator>EniGMistA</dc:creator>
		<pubDate>Thu, 03 May 2012 09:00:28 +0000</pubDate>
		<guid isPermaLink="false">http://marguspala.com/?p=454#comment-156994</guid>
		<description><![CDATA[Thanks :)]]></description>
		<content:encoded><![CDATA[<p>Thanks <img src='http://marguspala.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen Brown</title>
		<link>http://marguspala.com/phonegap-application-crashing-when-rotating/comment-page-1/#comment-156975</link>
		<dc:creator>Stephen Brown</dc:creator>
		<pubDate>Thu, 26 Apr 2012 10:15:45 +0000</pubDate>
		<guid isPermaLink="false">http://marguspala.com/?p=454#comment-156975</guid>
		<description><![CDATA[Mine drops too and the code is the same]]></description>
		<content:encoded><![CDATA[<p>Mine drops too and the code is the same</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: smartman</title>
		<link>http://marguspala.com/phonegap-application-crashing-when-rotating/comment-page-1/#comment-156874</link>
		<dc:creator>smartman</dc:creator>
		<pubDate>Fri, 10 Feb 2012 16:02:48 +0000</pubDate>
		<guid isPermaLink="false">http://marguspala.com/?p=454#comment-156874</guid>
		<description><![CDATA[Drop me an email margus dot pala at gmail.com, maybe i can help you to review the code and fix it.]]></description>
		<content:encoded><![CDATA[<p>Drop me an email margus dot pala at gmail.com, maybe i can help you to review the code and fix it.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
