<?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: Detecting touch-based browsing</title>
	<atom:link href="http://alastairc.ac/2010/03/detecting-touch-based-browsing/feed/" rel="self" type="application/rss+xml" />
	<link>http://alastairc.ac/2010/03/detecting-touch-based-browsing/</link>
	<description>Kything web interactions</description>
	<lastBuildDate>Fri, 13 Apr 2012 05:33:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: AlastairC</title>
		<link>http://alastairc.ac/2010/03/detecting-touch-based-browsing/comment-page-1/#comment-127641</link>
		<dc:creator>AlastairC</dc:creator>
		<pubDate>Mon, 21 Jun 2010 21:13:28 +0000</pubDate>
		<guid isPermaLink="false">http://alastairc.ac/?p=614#comment-127641</guid>
		<description>Hi Paul,

That doesn&#039;t seem to fire for my iPhone.

The main problem at the moment is that Google Chrome &lt;em&gt;does&lt;/em&gt; fire for that event, although moving to ongesturestart has helped for now.</description>
		<content:encoded><![CDATA[<p>Hi Paul,</p>
<p>That doesn&#8217;t seem to fire for my iPhone.</p>
<p>The main problem at the moment is that Google Chrome <em>does</em> fire for that event, although moving to ongesturestart has helped for now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://alastairc.ac/2010/03/detecting-touch-based-browsing/comment-page-1/#comment-127640</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Mon, 21 Jun 2010 21:04:36 +0000</pubDate>
		<guid isPermaLink="false">http://alastairc.ac/?p=614#comment-127640</guid>
		<description>won&#039;t
if(document.documentElement.ontouchmove){
...

}

do the trick?</description>
		<content:encoded><![CDATA[<p>won&#8217;t<br />
if(document.documentElement.ontouchmove){<br />
&#8230;</p>
<p>}</p>
<p>do the trick?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Isaac Goldberg</title>
		<link>http://alastairc.ac/2010/03/detecting-touch-based-browsing/comment-page-1/#comment-127630</link>
		<dc:creator>Isaac Goldberg</dc:creator>
		<pubDate>Thu, 10 Jun 2010 18:07:13 +0000</pubDate>
		<guid isPermaLink="false">http://alastairc.ac/?p=614#comment-127630</guid>
		<description>Gregers is correct -- the newest version of Chrome now &quot;supports&quot; touch events, and so this script returns that touch is supported on my computer in Chrome, even though there is in indeed no touch support.</description>
		<content:encoded><![CDATA[<p>Gregers is correct &#8212; the newest version of Chrome now &#8220;supports&#8221; touch events, and so this script returns that touch is supported on my computer in Chrome, even though there is in indeed no touch support.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gregers Rygg</title>
		<link>http://alastairc.ac/2010/03/detecting-touch-based-browsing/comment-page-1/#comment-127586</link>
		<dc:creator>Gregers Rygg</dc:creator>
		<pubDate>Tue, 13 Apr 2010 13:00:12 +0000</pubDate>
		<guid isPermaLink="false">http://alastairc.ac/?p=614#comment-127586</guid>
		<description>If anyone knows a better solution. Please answer my question on StackOverflow:
http://stackoverflow.com/questions/2607248/optimize-website-for-touch-devices</description>
		<content:encoded><![CDATA[<p>If anyone knows a better solution. Please answer my question on StackOverflow:<br />
<a href="http://stackoverflow.com/questions/2607248/optimize-website-for-touch-devices" rel="nofollow">http://stackoverflow.com/questions/2607248/optimize-website-for-touch-devices</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gregers Rygg</title>
		<link>http://alastairc.ac/2010/03/detecting-touch-based-browsing/comment-page-1/#comment-127585</link>
		<dc:creator>Gregers Rygg</dc:creator>
		<pubDate>Tue, 13 Apr 2010 12:33:35 +0000</pubDate>
		<guid isPermaLink="false">http://alastairc.ac/?p=614#comment-127585</guid>
		<description>I&#039;ve used a similar object detection test for touch events. You should be aware that it only tests if the browser has support for touch, not the device. There are laptops with touch-screen out in the wild, and Chrome have already started implementing touch support. The latest version of Chrome in the dev channel exposes touch events even though I have a computer without touch. So it might be a good idea to watch this issue: http://code.google.com/p/chromium/issues/detail?id=36415</description>
		<content:encoded><![CDATA[<p>I&#8217;ve used a similar object detection test for touch events. You should be aware that it only tests if the browser has support for touch, not the device. There are laptops with touch-screen out in the wild, and Chrome have already started implementing touch support. The latest version of Chrome in the dev channel exposes touch events even though I have a computer without touch. So it might be a good idea to watch this issue: <a href="http://code.google.com/p/chromium/issues/detail?id=36415" rel="nofollow">http://code.google.com/p/chromium/issues/detail?id=36415</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

