<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>John&#039;s App Blog</title>
	<atom:link href="http://macfam.me/phonegap-blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://macfam.me/phonegap-blog</link>
	<description>John&#039;s experience developing hybrid apps</description>
	<lastBuildDate>Wed, 04 Nov 2015 23:40:07 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.0.38</generator>
	<item>
		<title>Round corners of a squared image using Pixelmator</title>
		<link>http://macfam.me/phonegap-blog/round-corners-of-a-squared-image-using-pixelmator/</link>
		<comments>http://macfam.me/phonegap-blog/round-corners-of-a-squared-image-using-pixelmator/#comments</comments>
		<pubDate>Tue, 03 Nov 2015 01:05:07 +0000</pubDate>
		<dc:creator><![CDATA[John MacAdam]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://macfam.me/phonegap-blog/?p=24</guid>
		<description><![CDATA[Round Corners with Pixelmator from John MacAdam on Vimeo. I often find myself needing to round corners of an app icon for promotional graphics. I put together a quick screen cast tutorial that does just that. &#160;This demonstration uses&#160;Pixelmator&#160;for Mac.&#160;Here are the steps as shown in the video: Edit &#8211; Select All Edit &#8211; Refine &#8230;]]></description>
				<content:encoded><![CDATA[<p><iframe src="https://player.vimeo.com/video/144313338" width="500" height="380" frameborder="0" allowfullscreen="allowfullscreen"></iframe></p>
<p><a href="https://vimeo.com/144313338">Round Corners with Pixelmator</a> from <a href="https://vimeo.com/user3165561">John MacAdam</a> on <a href="https://vimeo.com">Vimeo</a>.</p>
<p>I often find myself needing to round corners of an app icon for promotional graphics. I put together a quick screen cast tutorial that does just that. &nbsp;This demonstration uses&nbsp;<a href="http://www.pixelmator.com/mac/" target="_blank">Pixelmator</a>&nbsp;for Mac.&nbsp;Here are the steps as shown in the video:</p>
<ul>
<li>Edit &#8211; Select All</li>
<li>Edit &#8211; Refine Selection</li>
<li>Change the &#8220;Smooth&#8221; value as desired</li>
<li>Edit &#8211; Invert Selection</li>
<li>Hit the Delete key to clear</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://macfam.me/phonegap-blog/round-corners-of-a-squared-image-using-pixelmator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unable to edit input element Phonegap iOS</title>
		<link>http://macfam.me/phonegap-blog/unable-to-edit-input-element-phonegap-ios/</link>
		<comments>http://macfam.me/phonegap-blog/unable-to-edit-input-element-phonegap-ios/#comments</comments>
		<pubDate>Sun, 02 Nov 2014 02:42:40 +0000</pubDate>
		<dc:creator><![CDATA[John MacAdam]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://macfam.me/phonegap-blog/?p=19</guid>
		<description><![CDATA[Are you having trouble editing the value of an input element in your iOS Phonegap app? It may likely be the CSS rule used to prohibit users from selecting content by long pressing: -webkit-user-select: none;  Apply the rule -webkit-user-select: text; to your input element to fix the issue.]]></description>
				<content:encoded><![CDATA[<p>Are you having trouble editing the value of an input element in your iOS Phonegap app? It may likely be the CSS rule used to prohibit users from selecting content by long pressing: <em>-webkit-user-select: none; </em></p>
<p>Apply the rule <em>-webkit-user-select: text;</em> to your input element to fix the issue.</p>
]]></content:encoded>
			<wfw:commentRss>http://macfam.me/phonegap-blog/unable-to-edit-input-element-phonegap-ios/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>cordova build failed after adding a new plugin</title>
		<link>http://macfam.me/phonegap-blog/cordova-build-failed-after-adding-a-new-plugin/</link>
		<comments>http://macfam.me/phonegap-blog/cordova-build-failed-after-adding-a-new-plugin/#comments</comments>
		<pubDate>Mon, 13 Oct 2014 02:07:02 +0000</pubDate>
		<dc:creator><![CDATA[John MacAdam]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://macfam.me/phonegap-blog/?p=15</guid>
		<description><![CDATA[Nothing interrupts your productivity like a random Build Failed from the CLI. If your build is failing after you recently added a new plugin and especially if you are getting a CpResource error here is the solution for iOS and Xcode: Open the Xcode project Click on the App name in the sidebar. Click the &#8230;]]></description>
				<content:encoded><![CDATA[<p>Nothing interrupts your productivity like a random Build Failed from the CLI. If your build is failing after you recently added a new plugin and especially if you are getting a CpResource error here is the solution for iOS and Xcode:</p>
<ul>
<li>Open the Xcode project</li>
<li>Click on the App name in the sidebar.</li>
<li>Click the <strong>Build Phases</strong> tab.</li>
<li>Open the <strong>Copy Bundle Resources </strong>section.</li>
<li>Any missing resources will show up in red. You need to add them manually.</li>
</ul>
<p>For instance, I recently added the <a href="http://plugins.cordova.io/#/package/org.apache.cordova.dialogs">cordova dialogs plugin</a> to my iOS project. The build failed with the CpResource error and CDVNotification.bundle was the missing resource. I was able to locate the bundle in the root project folder &#8211; plugins &#8211; org.apache.cordova.dialogs &#8211; src &#8211; ios.</p>
]]></content:encoded>
			<wfw:commentRss>http://macfam.me/phonegap-blog/cordova-build-failed-after-adding-a-new-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Problems with the Phonegap/Cordova geolocation plugin on iOS 8</title>
		<link>http://macfam.me/phonegap-blog/problems-with-the-phonegap-cordova-geolocation-plugin-on-ios-8/</link>
		<comments>http://macfam.me/phonegap-blog/problems-with-the-phonegap-cordova-geolocation-plugin-on-ios-8/#comments</comments>
		<pubDate>Wed, 01 Oct 2014 00:26:51 +0000</pubDate>
		<dc:creator><![CDATA[John MacAdam]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://macfam.me/phonegap-blog/?p=7</guid>
		<description><![CDATA[Are you having issues with your location aware Phonegap app on iOS 8? I did too. My first attempt to deploy an existing app through Xcode on an iOS 8 device did not work. The application would not recognize my iPhone location. Here is the quick solution: In Xcode click on your app name in the &#8230;]]></description>
				<content:encoded><![CDATA[<p>Are you having issues with your location aware Phonegap app on iOS 8? I did too. My first attempt to deploy an existing app through Xcode on an iOS 8 device did not work. The application would not recognize my iPhone location.</p>
<p>Here is the quick solution:</p>
<ol>
<li>In Xcode click on your app name in the sidebar</li>
<li>Click the <strong>Build Phases </strong>tab</li>
<li>Expand the <strong>Compile Sources </strong>section</li>
<li>Click the <b>+ </b>sign and add <strong>CDVLocation.m </strong>to the list of sources</li>
</ol>
<p>That should do the trick. If not, try reinstalling the plugin:</p>
<ol>
<li>In Terminal navigate to the project folder</li>
<li>cordova plugin rm org.apache.cordova.geolocation</li>
<li>cordova plugin add org.apache.cordova.geolocation</li>
<li>cordova build</li>
</ol>
<p>If you still have issues after this you need to <a href="http://docs.phonegap.com/en/3.5.0/guide_cli_index.md.html#The%20Command-Line%20Interface">create a new cordova project</a>, add all of the plugins, copy all resources (www folder, splash screens, and icons) and rebuild.</p>
]]></content:encoded>
			<wfw:commentRss>http://macfam.me/phonegap-blog/problems-with-the-phonegap-cordova-geolocation-plugin-on-ios-8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
