Android devices do support multitouch in a native enviroment, but they do not fire multitouch javacript events.  Unfortunatly, this means no multi touch for OpenLayers.  If you are dead set on having multitouch in your application, what you will need to do is program a native app with a webview, and maintain the multitouch events from within the native application.  This requires knowledge of Java, the Android SDK, and how to communicate between a java and javascript enviornment in Android.<br>
<br>Best of luck!<br><br>-Adam<br><br><div class="gmail_quote">On Fri, Oct 21, 2011 at 11:46 AM, Dominik Mikiewicz <span dir="ltr">&lt;<a href="mailto:dominikmikiewicz@o2.pl">dominikmikiewicz@o2.pl</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Android 2.1 on galaxy s does support pinch zoom. So does android 3.x on<br>
xoom.<br>
Perhaps multi touch does depend on a combination of a browser and android<br>
version.<br>
<br>
Dominik<br>
<br>
-----Original Message-----<br>
From: <a href="mailto:openlayers-users-bounces@lists.osgeo.org">openlayers-users-bounces@lists.osgeo.org</a><br>
[mailto:<a href="mailto:openlayers-users-bounces@lists.osgeo.org">openlayers-users-bounces@lists.osgeo.org</a>] On Behalf Of Richard<br>
Greenwood<br>
Sent: Friday, October 21, 2011 3:50 PM<br>
To: <a href="mailto:peter@peterse-uithuizen.com">peter@peterse-uithuizen.com</a><br>
Cc: OpenLayers mailinglijst<br>
Subject: Re: [OpenLayers-Users] Zoom out on Android<br>
<div><div></div><div class="h5"><br>
On Fri, Oct 21, 2011 at 7:01 AM, Peter Peterse &lt;<a href="mailto:peter@peterse-uithuizen.com">peter@peterse-uithuizen.com</a>&gt;<br>
wrote:<br>
&gt; Hello,<br>
&gt;<br>
&gt; I have a question about example:<br>
&gt; <a href="http://openlayers.org/dev/examples/mobile.html" target="_blank">http://openlayers.org/dev/examples/mobile.html</a><br>
&gt; How can I zoom out on an Android phone without using the [-] button?<br>
&gt; Zooming in with double tab works.<br>
&gt; Unfortunately it doesn&#39;t work as nice as on a iPhone. Or am I doing<br>
&gt; something wrong?<br>
&gt;<br>
&gt; Thanks for your reply.<br>
&gt;<br>
&gt; Regards<br>
&gt; Peter<br>
<br>
<br>
I don&#39;t think you&#39;re missing anything. Christopher Schmidt addressed this<br>
questions ~6 months ago saying something to the effect of Android not<br>
propagating multi-touch events (pinch, etc.) up to the JavaScript layer. So<br>
OL can not support pinch to zoom in or out on Android browsers.<br>
<br>
Rich<br>
<br>
--<br>
Richard Greenwood<br>
<a href="mailto:richard.greenwood@gmail.com">richard.greenwood@gmail.com</a><br>
<a href="http://www.greenwoodmap.com" target="_blank">www.greenwoodmap.com</a><br>
_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.osgeo.org">Users@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/openlayers-users" target="_blank">http://lists.osgeo.org/mailman/listinfo/openlayers-users</a><br>
<br>
_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.osgeo.org">Users@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/openlayers-users" target="_blank">http://lists.osgeo.org/mailman/listinfo/openlayers-users</a><br>
</div></div></blockquote></div><br>