<?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: iPhone Telephone Hyperlinks</title>
	<atom:link href="http://www.raizlabs.com/blog/202/iphone-telephone-hyperlinks/feed" rel="self" type="application/rss+xml" />
	<link>http://www.raizlabs.com/blog/202/iphone-telephone-hyperlinks</link>
	<description>Mobile experience, user interface design, software and new ideas.</description>
	<lastBuildDate>Mon, 15 Mar 2010 14:39:06 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: thany</title>
		<link>http://www.raizlabs.com/blog/202/iphone-telephone-hyperlinks/comment-page-1#comment-2238</link>
		<dc:creator>thany</dc:creator>
		<pubDate>Tue, 26 Jan 2010 19:37:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.raizlabs.com/blog/?p=202#comment-2238</guid>
		<description>The tel: href also works on Symbian (verified on S60 3rd). Perfect.

It also seems to work on Opera Mobile 10 (beta 2), but not because of the tel: href, but simply because it attempts to recognize phone numbers in plain text.</description>
		<content:encoded><![CDATA[<p>The tel: href also works on Symbian (verified on S60 3rd). Perfect.</p>
<p>It also seems to work on Opera Mobile 10 (beta 2), but not because of the tel: href, but simply because it attempts to recognize phone numbers in plain text.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bevhoward</title>
		<link>http://www.raizlabs.com/blog/202/iphone-telephone-hyperlinks/comment-page-1#comment-1966</link>
		<dc:creator>bevhoward</dc:creator>
		<pubDate>Tue, 25 Aug 2009 19:56:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.raizlabs.com/blog/?p=202#comment-1966</guid>
		<description>DTMF String?? 

Try creating an identical link using DTMF:
(keypad numbers only, no spaces)

Works in most versions of windows mobile.

Beverly Howard</description>
		<content:encoded><![CDATA[<p>DTMF String?? </p>
<p>Try creating an identical link using DTMF:<br />
(keypad numbers only, no spaces)</p>
<p>Works in most versions of windows mobile.</p>
<p>Beverly Howard</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Torbin</title>
		<link>http://www.raizlabs.com/blog/202/iphone-telephone-hyperlinks/comment-page-1#comment-1212</link>
		<dc:creator>Matt Torbin</dc:creator>
		<pubDate>Tue, 23 Jun 2009 15:59:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.raizlabs.com/blog/?p=202#comment-1212</guid>
		<description>@graiz: Thanks, I dug this up and for those who want to see it as well, here is the url:

http://developer.apple.com/safari/library/featuredarticles/iPhoneURLScheme_Reference/Articles/PhoneLinks.html#//apple_ref/doc/uid/TP40007893-SW1</description>
		<content:encoded><![CDATA[<p>@graiz: Thanks, I dug this up and for those who want to see it as well, here is the url:</p>
<p><a href="http://developer.apple.com/safari/library/featuredarticles/iPhoneURLScheme_Reference/Articles/PhoneLinks.html#//apple_ref/doc/uid/TP40007893-SW1" rel="nofollow">http://developer.apple.com/safari/library/featuredarticles/iPhoneURLScheme_Reference/Articles/PhoneLinks.html#//apple_ref/doc/uid/TP40007893-SW1</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pritesh</title>
		<link>http://www.raizlabs.com/blog/202/iphone-telephone-hyperlinks/comment-page-1#comment-1211</link>
		<dc:creator>Pritesh</dc:creator>
		<pubDate>Wed, 07 Jan 2009 08:40:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.raizlabs.com/blog/?p=202#comment-1211</guid>
		<description>hi ,
 Do iphone provides way to write plug-in for iphone safari browser.</description>
		<content:encoded><![CDATA[<p>hi ,<br />
 Do iphone provides way to write plug-in for iphone safari browser.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: graiz</title>
		<link>http://www.raizlabs.com/blog/202/iphone-telephone-hyperlinks/comment-page-1#comment-1210</link>
		<dc:creator>graiz</dc:creator>
		<pubDate>Mon, 29 Dec 2008 17:23:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.raizlabs.com/blog/?p=202#comment-1210</guid>
		<description>Adding a comment in response to Blake&#039;s question. Turns out there is a meta tag for your needs:

&lt;meta name=&quot;format-detection&quot; content=&quot;telephone=no&quot; &gt;

This is buried in the documentation for the web-sdk:
Web Apps Dev Center &gt; Reference Library &gt; Guides &gt; Apple Applications &gt; Safari &gt; Safari Web Content Guide for iPhone OS &gt; Apple Applications URL Schemes &gt; Phone Links

The only hack I&#039;ve found to prevent one string from getting recognized while keeping detection on for the rest of the page is inserting a hidden character into the string: 2008&shy;-&shy;2009.

In the above &shy; is a hidden hyphen marker.</description>
		<content:encoded><![CDATA[<p>Adding a comment in response to Blake&#8217;s question. Turns out there is a meta tag for your needs:</p>
<p>&lt;meta name=&#8221;format-detection&#8221; content=&#8221;telephone=no&#8221; &gt;</p>
<p>This is buried in the documentation for the web-sdk:<br />
Web Apps Dev Center > Reference Library > Guides > Apple Applications > Safari > Safari Web Content Guide for iPhone OS > Apple Applications URL Schemes > Phone Links</p>
<p>The only hack I&#8217;ve found to prevent one string from getting recognized while keeping detection on for the rest of the page is inserting a hidden character into the string: 2008&amp;shy;-&amp;shy;2009.</p>
<p>In the above &amp;shy; is a hidden hyphen marker.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Blake</title>
		<link>http://www.raizlabs.com/blog/202/iphone-telephone-hyperlinks/comment-page-1#comment-1209</link>
		<dc:creator>Blake</dc:creator>
		<pubDate>Wed, 15 Oct 2008 15:23:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.raizlabs.com/blog/?p=202#comment-1209</guid>
		<description>I am having trouble in the opposite direction.

I want to stop iPhone from automatic recognize a set of numbers as a phone and to &quot;stop&quot; from iPhone from making the number clickable.

The number format I have is 1999-2008 which is actually a copyright, yet I could &quot;dial&quot; it from my iPhone.

Any thoughts?</description>
		<content:encoded><![CDATA[<p>I am having trouble in the opposite direction.</p>
<p>I want to stop iPhone from automatic recognize a set of numbers as a phone and to &#8220;stop&#8221; from iPhone from making the number clickable.</p>
<p>The number format I have is 1999-2008 which is actually a copyright, yet I could &#8220;dial&#8221; it from my iPhone.</p>
<p>Any thoughts?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Horner</title>
		<link>http://www.raizlabs.com/blog/202/iphone-telephone-hyperlinks/comment-page-1#comment-1208</link>
		<dc:creator>Mark Horner</dc:creator>
		<pubDate>Wed, 03 Sep 2008 08:41:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.raizlabs.com/blog/?p=202#comment-1208</guid>
		<description>It also works for sms, format sms:
&lt;a href=&quot;07976 928586&quot; rel=&quot;nofollow&quot;&gt;SMS: 07976 928586 Now!&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>It also works for sms, format sms:<br />
<a href="07976 928586" rel="nofollow">SMS: 07976 928586 Now!</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MRSumra</title>
		<link>http://www.raizlabs.com/blog/202/iphone-telephone-hyperlinks/comment-page-1#comment-1207</link>
		<dc:creator>MRSumra</dc:creator>
		<pubDate>Thu, 13 Mar 2008 06:39:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.raizlabs.com/blog/?p=202#comment-1207</guid>
		<description>How can i append DTMF string in tel URL link?</description>
		<content:encoded><![CDATA[<p>How can i append DTMF string in tel URL link?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Smith</title>
		<link>http://www.raizlabs.com/blog/202/iphone-telephone-hyperlinks/comment-page-1#comment-1206</link>
		<dc:creator>Steve Smith</dc:creator>
		<pubDate>Tue, 03 Jul 2007 03:14:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.raizlabs.com/blog/?p=202#comment-1206</guid>
		<description>It works on the iPhone.  Just tried it.  It comes up with a dialog box with the number and a choice to &quot;Call&quot; or &quot;Cancel&quot;.</description>
		<content:encoded><![CDATA[<p>It works on the iPhone.  Just tried it.  It comes up with a dialog box with the number and a choice to &#8220;Call&#8221; or &#8220;Cancel&#8221;.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
