<?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: Adventures with PhoneGap</title>
	<atom:link href="http://globalconstant.scnay.com/2010/05/21/adventures-with-phonegap/feed/" rel="self" type="application/rss+xml" />
	<link>http://globalconstant.scnay.com/2010/05/21/adventures-with-phonegap/</link>
	<description>Ramblings on technology</description>
	<lastBuildDate>Fri, 13 Jan 2012 20:42:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Steve Nay</title>
		<link>http://globalconstant.scnay.com/2010/05/21/adventures-with-phonegap/comment-page-1/#comment-177</link>
		<dc:creator>Steve Nay</dc:creator>
		<pubDate>Mon, 26 Jul 2010 21:19:20 +0000</pubDate>
		<guid isPermaLink="false">http://globalconstant.scnay.com/?p=389#comment-177</guid>
		<description>Thanks, Ryan! It works perfectly.</description>
		<content:encoded><![CDATA[<p>Thanks, Ryan! It works perfectly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan @ Nitobi</title>
		<link>http://globalconstant.scnay.com/2010/05/21/adventures-with-phonegap/comment-page-1/#comment-167</link>
		<dc:creator>Ryan @ Nitobi</dc:creator>
		<pubDate>Thu, 15 Jul 2010 04:31:20 +0000</pubDate>
		<guid isPermaLink="false">http://globalconstant.scnay.com/?p=389#comment-167</guid>
		<description>I&#039;ve implemented the missing functionality of html select boxes in PhoneGap (here&#039;s the hack attack fix: &lt;a href=&quot;http://github.com/phonegap/phonegap-palm/blob/master/framework/www/app/assistants/First-assistant.js&quot; rel=&quot;nofollow&quot;&gt;http://github.com/phonegap/phonegap-palm/blob/m...&lt;/a&gt;).&lt;br&gt;&lt;br&gt;Basically just show a Mojo Submenu onclick, and upon selection, manually modify the select&#039;s value and fire the onchange event.</description>
		<content:encoded><![CDATA[<p>I&#39;ve implemented the missing functionality of html select boxes in PhoneGap (here&#39;s the hack attack fix: <a href="http://github.com/phonegap/phonegap-palm/blob/master/framework/www/app/assistants/First-assistant.js" rel="nofollow">http://github.com/phonegap/phonegap-palm/blob/m&#8230;</a>).</p>
<p>Basically just show a Mojo Submenu onclick, and upon selection, manually modify the select&#39;s value and fire the onchange event.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason W</title>
		<link>http://globalconstant.scnay.com/2010/05/21/adventures-with-phonegap/comment-page-1/#comment-158</link>
		<dc:creator>Jason W</dc:creator>
		<pubDate>Wed, 02 Jun 2010 02:50:59 +0000</pubDate>
		<guid isPermaLink="false">http://globalconstant.scnay.com/?p=389#comment-158</guid>
		<description>So as for the emulator returning a UUID of null, that appears to be somewhat normal, at least from this posting:&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://osdir.com/ml/AndroidDevelopers/2009-07/msg01692.html&quot; rel=&quot;nofollow&quot;&gt;http://osdir.com/ml/AndroidDevelopers/2009-07/m...&lt;/a&gt;&lt;br&gt;&lt;br&gt;Not sure why 2.2 actually returns a UUID, but it would explain the case for previous versions.  Just some more information that might help explain the problem.</description>
		<content:encoded><![CDATA[<p>So as for the emulator returning a UUID of null, that appears to be somewhat normal, at least from this posting:</p>
<p><a href="http://osdir.com/ml/AndroidDevelopers/2009-07/msg01692.html" rel="nofollow">http://osdir.com/ml/AndroidDevelopers/2009-07/m&#8230;</a></p>
<p>Not sure why 2.2 actually returns a UUID, but it would explain the case for previous versions.  Just some more information that might help explain the problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Nay</title>
		<link>http://globalconstant.scnay.com/2010/05/21/adventures-with-phonegap/comment-page-1/#comment-157</link>
		<dc:creator>Steve Nay</dc:creator>
		<pubDate>Tue, 01 Jun 2010 20:02:57 +0000</pubDate>
		<guid isPermaLink="false">http://globalconstant.scnay.com/?p=389#comment-157</guid>
		<description>That&#039;s very interesting. I&#039;m getting the same result in my testing. Thanks for finding that, Jason!</description>
		<content:encoded><![CDATA[<p>That&#39;s very interesting. I&#39;m getting the same result in my testing. Thanks for finding that, Jason!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason W</title>
		<link>http://globalconstant.scnay.com/2010/05/21/adventures-with-phonegap/comment-page-1/#comment-156</link>
		<dc:creator>Jason W</dc:creator>
		<pubDate>Tue, 01 Jun 2010 13:46:52 +0000</pubDate>
		<guid isPermaLink="false">http://globalconstant.scnay.com/?p=389#comment-156</guid>
		<description>From my testing, it appears that while using the latest git pull, Android 2.2 does display the UUID properly.  Anything below 2.2 returned &quot;undefined&quot; (tested 1.6 and 2.1).</description>
		<content:encoded><![CDATA[<p>From my testing, it appears that while using the latest git pull, Android 2.2 does display the UUID properly.  Anything below 2.2 returned &#8220;undefined&#8221; (tested 1.6 and 2.1).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steven Nay</title>
		<link>http://globalconstant.scnay.com/2010/05/21/adventures-with-phonegap/comment-page-1/#comment-154</link>
		<dc:creator>Steven Nay</dc:creator>
		<pubDate>Fri, 28 May 2010 21:47:20 +0000</pubDate>
		<guid isPermaLink="false">http://globalconstant.scnay.com/?p=389#comment-154</guid>
		<description>I downloaded the phonegap-android package that had the May 14 commit from Joe Bowser (SHA &lt;a href=&quot;http://github.com/phonegap/phonegap-android/commit/a65b5784492044324b49d8b9d078a54ba8876ac1&quot; rel=&quot;nofollow&quot;&gt;a65b5784492044324b49&lt;/a&gt;).&lt;br&gt;&lt;br&gt;I&#039;m running Android 2.1 on both of the Motorola DROID phones, as well as the Android SDK emulator, so I don&#039;t think the age of the OS build has anything to do with it.</description>
		<content:encoded><![CDATA[<p>I downloaded the phonegap-android package that had the May 14 commit from Joe Bowser (SHA <a href="http://github.com/phonegap/phonegap-android/commit/a65b5784492044324b49d8b9d078a54ba8876ac1" rel="nofollow">a65b5784492044324b49</a>).</p>
<p>I&#39;m running Android 2.1 on both of the Motorola DROID phones, as well as the Android SDK emulator, so I don&#39;t think the age of the OS build has anything to do with it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian LeRoux</title>
		<link>http://globalconstant.scnay.com/2010/05/21/adventures-with-phonegap/comment-page-1/#comment-153</link>
		<dc:creator>Brian LeRoux</dc:creator>
		<pubDate>Thu, 27 May 2010 22:36:12 +0000</pubDate>
		<guid isPermaLink="false">http://globalconstant.scnay.com/?p=389#comment-153</guid>
		<description>Hey Ryan, our android/blackberry rockstar Fil did some quick tests of Android EVO and the UUID shows up properly. We can&#039;t reproduce the GPS not getting a fix issue --- thinking it might be an older build of Android you have. What is the SHA of the git / version you downloaded? &lt;br&gt;&lt;br&gt;We&#039;re going to look into why the emulator on Android crashes when you call beep(). It works fine on device which is how we normally test.</description>
		<content:encoded><![CDATA[<p>Hey Ryan, our android/blackberry rockstar Fil did some quick tests of Android EVO and the UUID shows up properly. We can&#39;t reproduce the GPS not getting a fix issue &#8212; thinking it might be an older build of Android you have. What is the SHA of the git / version you downloaded? </p>
<p>We&#39;re going to look into why the emulator on Android crashes when you call beep(). It works fine on device which is how we normally test.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steven Nay</title>
		<link>http://globalconstant.scnay.com/2010/05/21/adventures-with-phonegap/comment-page-1/#comment-138</link>
		<dc:creator>Steven Nay</dc:creator>
		<pubDate>Wed, 26 May 2010 03:30:47 +0000</pubDate>
		<guid isPermaLink="false">http://globalconstant.scnay.com/?p=389#comment-138</guid>
		<description>Ryan,&lt;br&gt;&lt;br&gt;Thank you so much for your research! It&#039;s encouraging to know how invested the PhoneGap developers are in making this platform a success. Feel free to post the link to your blog post here when you get it done. I look forward to hearing what you discover and develop!</description>
		<content:encoded><![CDATA[<p>Ryan,</p>
<p>Thank you so much for your research! It&#39;s encouraging to know how invested the PhoneGap developers are in making this platform a success. Feel free to post the link to your blog post here when you get it done. I look forward to hearing what you discover and develop!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://globalconstant.scnay.com/2010/05/21/adventures-with-phonegap/comment-page-1/#comment-137</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Wed, 26 May 2010 03:11:37 +0000</pubDate>
		<guid isPermaLink="false">http://globalconstant.scnay.com/?p=389#comment-137</guid>
		<description>Thanks for the solid PhoneGap feedback. We want to see more people trying it out, as its tough for us to get time to both develop it and create full-spectrum applications which provide real-world results.&lt;br&gt;&lt;br&gt;I implemented PhoneGap Palm, so I&#039;ll provide some comments on your observations with the Palm platform:&lt;br&gt;&lt;br&gt;- alert(): if it doesn&#039;t break the Mojo framework, I will implement the alert function using a Mojo popup dialog (should&#039;ve done this before).&lt;br&gt;&lt;br&gt;- vibrate: yes basically the vibrate function is a private api and is only available to &quot;Palm&quot; applications, for whatever reason. I guess we shouldn&#039;t have even known about it, but was probably leaked. Either way, I wanted to see PhoneGap make a Palm device vibrate, so I implemented that. but in reality, vibrate is unsupported on webOS, since we cannot identify our apps as com.palm apps. hopefully we can get the webOS guys to make this API public.&lt;br&gt;&lt;br&gt;- location services: obviously the location retrieved by PhoneGap is completely dependent on what the GPS device / Mojo Service framework provide us here. Though I have to say my experiences here have been fairly good regarding GPS accuracy -- though maybe thats just cause I&#039;m in good spot.&lt;br&gt;&lt;br&gt;- html select boxes: big discovery, amazed I haven&#039;t come across this one. Can&#039;t believe that webOS / Mojo doesn&#039;t support this. I commented on your Stackoverflow post, and I too am going to do a blog post on this and try to expose it to Palm, as well as investigate our own solutions. &lt;br&gt;&lt;br&gt;Thanks again for this great post.</description>
		<content:encoded><![CDATA[<p>Thanks for the solid PhoneGap feedback. We want to see more people trying it out, as its tough for us to get time to both develop it and create full-spectrum applications which provide real-world results.</p>
<p>I implemented PhoneGap Palm, so I&#39;ll provide some comments on your observations with the Palm platform:</p>
<p>- alert(): if it doesn&#39;t break the Mojo framework, I will implement the alert function using a Mojo popup dialog (should&#39;ve done this before).</p>
<p>- vibrate: yes basically the vibrate function is a private api and is only available to &#8220;Palm&#8221; applications, for whatever reason. I guess we shouldn&#39;t have even known about it, but was probably leaked. Either way, I wanted to see PhoneGap make a Palm device vibrate, so I implemented that. but in reality, vibrate is unsupported on webOS, since we cannot identify our apps as com.palm apps. hopefully we can get the webOS guys to make this API public.</p>
<p>- location services: obviously the location retrieved by PhoneGap is completely dependent on what the GPS device / Mojo Service framework provide us here. Though I have to say my experiences here have been fairly good regarding GPS accuracy &#8212; though maybe thats just cause I&#39;m in good spot.</p>
<p>- html select boxes: big discovery, amazed I haven&#39;t come across this one. Can&#39;t believe that webOS / Mojo doesn&#39;t support this. I commented on your Stackoverflow post, and I too am going to do a blog post on this and try to expose it to Palm, as well as investigate our own solutions. </p>
<p>Thanks again for this great post.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

