<?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: Mouseovers on Touch Devices</title>
	<atom:link href="http://ajaxian.com/archives/mouseovers-on-touch-devices/feed" rel="self" type="application/rss+xml" />
	<link>http://ajaxian.com/archives/mouseovers-on-touch-devices</link>
	<description>Cleaning up the web with Ajax</description>
	<lastBuildDate>Thu, 09 Feb 2012 06:55:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
	<item>
		<title>By: RobG</title>
		<link>http://ajaxian.com/archives/mouseovers-on-touch-devices/comment-page-1#comment-279136</link>
		<dc:creator>RobG</dc:creator>
		<pubDate>Thu, 25 Feb 2010 02:46:33 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=8642#comment-279136</guid>
		<description>@RyanGahl - &quot;hold finger down&quot; is already a gesture in the iPhone UI to bring up the magnifier and copy/paste dialog.</description>
		<content:encoded><![CDATA[<p>@RyanGahl &#8211; &#8220;hold finger down&#8221; is already a gesture in the iPhone UI to bring up the magnifier and copy/paste dialog.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RyanGahl</title>
		<link>http://ajaxian.com/archives/mouseovers-on-touch-devices/comment-page-1#comment-279135</link>
		<dc:creator>RyanGahl</dc:creator>
		<pubDate>Thu, 25 Feb 2010 01:36:53 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=8642#comment-279135</guid>
		<description>This argument is a cop-out and really has nothing to do with the real reasons Apple is avoiding Flash. Palm Pre will have Flash soon, as will Android, as will other devices, whether it be smartphone or tablet or newfangled whachamathingie...

Apple simply wants to control every piece of content imaginable, and if possible a) make you pay for it and b) take a cut. That&#039;s all there is to it, and anyone making any claims to counter that is just plain old wrong. 

As others have already posted here, the mouseover effect would work just fine via &quot;hold finger down&quot; in some cases, or a modifier gesture can be used (i.e. &quot;two finger glide&quot;), or the app in question can be ported (as many app devs are OK with if they want their app adopted on said new platform).</description>
		<content:encoded><![CDATA[<p>This argument is a cop-out and really has nothing to do with the real reasons Apple is avoiding Flash. Palm Pre will have Flash soon, as will Android, as will other devices, whether it be smartphone or tablet or newfangled whachamathingie&#8230;</p>
<p>Apple simply wants to control every piece of content imaginable, and if possible a) make you pay for it and b) take a cut. That&#8217;s all there is to it, and anyone making any claims to counter that is just plain old wrong. </p>
<p>As others have already posted here, the mouseover effect would work just fine via &#8220;hold finger down&#8221; in some cases, or a modifier gesture can be used (i.e. &#8220;two finger glide&#8221;), or the app in question can be ported (as many app devs are OK with if they want their app adopted on said new platform).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: getify</title>
		<link>http://ajaxian.com/archives/mouseovers-on-touch-devices/comment-page-1#comment-279128</link>
		<dc:creator>getify</dc:creator>
		<pubDate>Wed, 24 Feb 2010 20:28:54 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=8642#comment-279128</guid>
		<description>I think simply depressing your finger on an item (but not removing it) would be a decent substitution for activating the hover... consider the video player scenario.. you push down on the video to show the controls, then move to which control you want, and release to &quot;click&quot; it.
.
Yes, this breaks down with elements that allow &quot;drags&quot;... those might have to require a simple two finger guesture substitution (like one finger depress for hover, two finger depress for click and hold).
.
But again, I think those things COULD be done by the host OS and simply mapped to their equivalent events, meaning a flash app LIKELY wouldn&#039;t need to change to work properly. Might *some* content still have to change? Sure, that&#039;s inevitable. But I bet the majority of them, some simple mapping of one or two finger depress event guestures is enough.</description>
		<content:encoded><![CDATA[<p>I think simply depressing your finger on an item (but not removing it) would be a decent substitution for activating the hover&#8230; consider the video player scenario.. you push down on the video to show the controls, then move to which control you want, and release to &#8220;click&#8221; it.<br />
.<br />
Yes, this breaks down with elements that allow &#8220;drags&#8221;&#8230; those might have to require a simple two finger guesture substitution (like one finger depress for hover, two finger depress for click and hold).<br />
.<br />
But again, I think those things COULD be done by the host OS and simply mapped to their equivalent events, meaning a flash app LIKELY wouldn&#8217;t need to change to work properly. Might *some* content still have to change? Sure, that&#8217;s inevitable. But I bet the majority of them, some simple mapping of one or two finger depress event guestures is enough.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JonathanLeech</title>
		<link>http://ajaxian.com/archives/mouseovers-on-touch-devices/comment-page-1#comment-279127</link>
		<dc:creator>JonathanLeech</dc:creator>
		<pubDate>Wed, 24 Feb 2010 18:48:22 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=8642#comment-279127</guid>
		<description>&quot;Is there a term that abstractly could mean both?&quot; (click / tap)

Yes, activate. In SVG there is an onactivate property, and the SVG specification recommends using it instead on onclick -- &quot;To support the widest range of users, the onactivate event attribute should be used instead of the onclick event attribute.&quot;

Unfortunately in HTML onactivate is an IE-only extension with slightly different semantics than the SVG version.

Anyone else think the CSS Ninja character looks like Mr. Hanky?</description>
		<content:encoded><![CDATA[<p>&#8220;Is there a term that abstractly could mean both?&#8221; (click / tap)</p>
<p>Yes, activate. In SVG there is an onactivate property, and the SVG specification recommends using it instead on onclick &#8212; &#8220;To support the widest range of users, the onactivate event attribute should be used instead of the onclick event attribute.&#8221;</p>
<p>Unfortunately in HTML onactivate is an IE-only extension with slightly different semantics than the SVG version.</p>
<p>Anyone else think the CSS Ninja character looks like Mr. Hanky?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 1Minnow</title>
		<link>http://ajaxian.com/archives/mouseovers-on-touch-devices/comment-page-1#comment-279117</link>
		<dc:creator>1Minnow</dc:creator>
		<pubDate>Wed, 24 Feb 2010 09:24:33 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=8642#comment-279117</guid>
		<description>A touch device doesn&#039;t seem any different to a laptop touchpad. It seems to be a (relatively) trivial task for Apple to implement a modified gesture system to do something like onFlashActivate() -&gt; this.setGestureSet(touchPad).

Even flash light would be a start!
https://www.adobe.com/mobile/supported_devices</description>
		<content:encoded><![CDATA[<p>A touch device doesn&#8217;t seem any different to a laptop touchpad. It seems to be a (relatively) trivial task for Apple to implement a modified gesture system to do something like onFlashActivate() -&gt; this.setGestureSet(touchPad).</p>
<p>Even flash light would be a start!<br />
<a href="https://www.adobe.com/mobile/supported_devices" rel="nofollow">https://www.adobe.com/mobile/supported_devices</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cyrusomar</title>
		<link>http://ajaxian.com/archives/mouseovers-on-touch-devices/comment-page-1#comment-279093</link>
		<dc:creator>cyrusomar</dc:creator>
		<pubDate>Tue, 23 Feb 2010 19:38:12 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=8642#comment-279093</guid>
		<description>This is called throwing the baby out with the bathwater.</description>
		<content:encoded><![CDATA[<p>This is called throwing the baby out with the bathwater.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: iliad</title>
		<link>http://ajaxian.com/archives/mouseovers-on-touch-devices/comment-page-1#comment-279082</link>
		<dc:creator>iliad</dc:creator>
		<pubDate>Tue, 23 Feb 2010 13:43:05 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=8642#comment-279082</guid>
		<description>The problem with Morgan Adams&#039; argument is that in a way it applies to almost all interactive websites or applications on the web, since they often rely on mouse hover. However, I don&#039;t see anyone complaining about that. In fact, many developers have created completely new, almost from scratch, versions of their websites specifically for mobile browsers.
Fact is, yes, there will be some apps that would have to be recoded for touch devices. There will however, also be flash apps that only need a minor tweak to work with touch, and there will be some (like YouTube player) that won&#039;t need anything to work inside a mobile browser.

At the end of the day, like it or not, Flash is a ubiquitous technology on the web, and while HTML5 will eventually (at least 2-3 years) offer a better way to play videos, it will not provide a viable alternative for more interactive flash apps like games.
So calling Flash &quot;dying&quot; the way Steve Jobs did recently is shortsighted and ignorant.</description>
		<content:encoded><![CDATA[<p>The problem with Morgan Adams&#8217; argument is that in a way it applies to almost all interactive websites or applications on the web, since they often rely on mouse hover. However, I don&#8217;t see anyone complaining about that. In fact, many developers have created completely new, almost from scratch, versions of their websites specifically for mobile browsers.<br />
Fact is, yes, there will be some apps that would have to be recoded for touch devices. There will however, also be flash apps that only need a minor tweak to work with touch, and there will be some (like YouTube player) that won&#8217;t need anything to work inside a mobile browser.</p>
<p>At the end of the day, like it or not, Flash is a ubiquitous technology on the web, and while HTML5 will eventually (at least 2-3 years) offer a better way to play videos, it will not provide a viable alternative for more interactive flash apps like games.<br />
So calling Flash &#8220;dying&#8221; the way Steve Jobs did recently is shortsighted and ignorant.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: okonomiyaki3000</title>
		<link>http://ajaxian.com/archives/mouseovers-on-touch-devices/comment-page-1#comment-279076</link>
		<dc:creator>okonomiyaki3000</dc:creator>
		<pubDate>Tue, 23 Feb 2010 12:11:38 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=8642#comment-279076</guid>
		<description>@paziek Actually, drop-down menus that open on mouseover are a great example of a very popular and completely terrible use of hover. Keep that junk out of my face until I click it, please.</description>
		<content:encoded><![CDATA[<p>@paziek Actually, drop-down menus that open on mouseover are a great example of a very popular and completely terrible use of hover. Keep that junk out of my face until I click it, please.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: paziek</title>
		<link>http://ajaxian.com/archives/mouseovers-on-touch-devices/comment-page-1#comment-279073</link>
		<dc:creator>paziek</dc:creator>
		<pubDate>Tue, 23 Feb 2010 11:30:26 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=8642#comment-279073</guid>
		<description>@RobG: I disagree. Hover effect often let you make better UI.
Good example here would be drop-down menu.
Or a gallery, where after hovering image, semi-transparent buttons slide-in letting you do &quot;stuff&quot; with that image. Of course back in the days (or even now) this doesn&#039;t seem to be intuitive, but I think that soon enough people will know that there is a chance for more UI elements upon hovering image. Cuts on the clutter on site.</description>
		<content:encoded><![CDATA[<p>@RobG: I disagree. Hover effect often let you make better UI.<br />
Good example here would be drop-down menu.<br />
Or a gallery, where after hovering image, semi-transparent buttons slide-in letting you do &#8220;stuff&#8221; with that image. Of course back in the days (or even now) this doesn&#8217;t seem to be intuitive, but I think that soon enough people will know that there is a chance for more UI elements upon hovering image. Cuts on the clutter on site.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RobG</title>
		<link>http://ajaxian.com/archives/mouseovers-on-touch-devices/comment-page-1#comment-279071</link>
		<dc:creator>RobG</dc:creator>
		<pubDate>Tue, 23 Feb 2010 10:55:41 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=8642#comment-279071</guid>
		<description>Good riddance to hover effects - they are confusing, distracting and inconsistent.  Users should know if something is &quot;clickable&quot; by looking at it, it&#039;s called &quot;good UI design&quot; (remember when links were deliberately made to look like links?). Users shouldn&#039;t have to put the cursor over something, then wait so see if something happens. They also shouldn&#039;t have all sorts of UI effects firing off just because the cursor runs certain elements lurking in the page on its way to some other destination.</description>
		<content:encoded><![CDATA[<p>Good riddance to hover effects &#8211; they are confusing, distracting and inconsistent.  Users should know if something is &#8220;clickable&#8221; by looking at it, it&#8217;s called &#8220;good UI design&#8221; (remember when links were deliberately made to look like links?). Users shouldn&#8217;t have to put the cursor over something, then wait so see if something happens. They also shouldn&#8217;t have all sorts of UI effects firing off just because the cursor runs certain elements lurking in the page on its way to some other destination.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: V1</title>
		<link>http://ajaxian.com/archives/mouseovers-on-touch-devices/comment-page-1#comment-279070</link>
		<dc:creator>V1</dc:creator>
		<pubDate>Tue, 23 Feb 2010 10:46:47 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=8642#comment-279070</guid>
		<description>I would say: 

http://www.mikechambers.com/blog/2010/02/22/flash-player-content-mouse-events-and-touch-input/

No worries when you are using flash and touch devices.. :)</description>
		<content:encoded><![CDATA[<p>I would say: </p>
<p><a href="http://www.mikechambers.com/blog/2010/02/22/flash-player-content-mouse-events-and-touch-input/" rel="nofollow">http://www.mikechambers.com/blog/2010/02/22/flash-player-content-mouse-events-and-touch-input/</a></p>
<p>No worries when you are using flash and touch devices.. :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Menno</title>
		<link>http://ajaxian.com/archives/mouseovers-on-touch-devices/comment-page-1#comment-279069</link>
		<dc:creator>Menno</dc:creator>
		<pubDate>Tue, 23 Feb 2010 10:15:48 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=8642#comment-279069</guid>
		<description>@jpvincent: a 2-finger swipe will scroll scrollable DIVs in iPhone Safari.</description>
		<content:encoded><![CDATA[<p>@jpvincent: a 2-finger swipe will scroll scrollable DIVs in iPhone Safari.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jpvincent</title>
		<link>http://ajaxian.com/archives/mouseovers-on-touch-devices/comment-page-1#comment-279068</link>
		<dc:creator>jpvincent</dc:creator>
		<pubDate>Tue, 23 Feb 2010 09:57:06 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=8642#comment-279068</guid>
		<description>let me add another problem about building web application used by touchscreen devices : the scroll inside the page.
When you put content inside an element, say a DIV, with an overflow: scroll, how can the device know if the user wants to scroll the element or the whole window ?
that Safari iPhone has a radical answer to this : you can&#039;t scroll this element, and you dont even see the scrollbars...</description>
		<content:encoded><![CDATA[<p>let me add another problem about building web application used by touchscreen devices : the scroll inside the page.<br />
When you put content inside an element, say a DIV, with an overflow: scroll, how can the device know if the user wants to scroll the element or the whole window ?<br />
that Safari iPhone has a radical answer to this : you can&#8217;t scroll this element, and you dont even see the scrollbars&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ebdrup</title>
		<link>http://ajaxian.com/archives/mouseovers-on-touch-devices/comment-page-1#comment-279067</link>
		<dc:creator>ebdrup</dc:creator>
		<pubDate>Tue, 23 Feb 2010 09:07:39 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=8642#comment-279067</guid>
		<description>Yes, you can&#039;t rely on hover effects when creating a webapplication that needs to work on touch devices. I&#039;ve found another problem with the IPhone, At my sparetime project http://obsurvey.com I use contenteditable divs that resize as you are typing (flow layout). They are used in the survey editor. When you activate one of these contenteditable divs, the IPhone does not bring up the keyboard, this is the only thing keeping the IPhone users from beeing able to use the application. Has anyone else faced this problem? Does anyone have a solution for this? Is there some way to bring up the keyboard on IPhones?</description>
		<content:encoded><![CDATA[<p>Yes, you can&#8217;t rely on hover effects when creating a webapplication that needs to work on touch devices. I&#8217;ve found another problem with the IPhone, At my sparetime project <a href="http://obsurvey.com" rel="nofollow">http://obsurvey.com</a> I use contenteditable divs that resize as you are typing (flow layout). They are used in the survey editor. When you activate one of these contenteditable divs, the IPhone does not bring up the keyboard, this is the only thing keeping the IPhone users from beeing able to use the application. Has anyone else faced this problem? Does anyone have a solution for this? Is there some way to bring up the keyboard on IPhones?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

