<div dir="ltr">Hi,<div>thanks a lot. For the first look it seems to work.</div><div><br></div><div>Greetings</div><div>Tomek</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">2013/12/6 Xavier Mamano (jorix) <span dir="ltr"><<a href="mailto:xavier.mamano@gmail.com" target="_blank">xavier.mamano@gmail.com</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
Yes, it is a behavior caused by OL, if I remember correctly is to solve a<br>
problem using Android.<br>
<br>
You can try to declare this before your code.<br>
<br>
OpenLayers.Handler.prototype.startTouch = function() {};<br>
OpenLayers.Handler.Click.prototype.startTouch = function() {};<br>
OpenLayers.Handler.Drag.prototype.startTouch = function() {};<br>
OpenLayers.Handler.Feature.prototype.startTouch = function() {};<br>
OpenLayers.Handler.Point.prototype.startTouch = function() {};<br>
OpenLayers.Handler.Path.prototype.startTouch = function() {};<br>
OpenLayers.Handler.Polygon.prototype.startTouch = function() {};<br>
OpenLayers.Handler.Box.prototype.startTouch = function() {};<br>
<br>
I have not tried, and do not know if cause undesirable side effects.<br>
<br>
Xavier<br>
<br>
<br>
Tomek Sniadach wrote<br>
<div><div class="h5">> Hi,<br>
> i have an motionpc, that has a touch screen and I can use a mouse.<br>
> My problem is, that, when I use my fingers to navigate, after that the<br>
> mouse doesn't work any more.<br>
> When I use only the mouse or only the pen (there is als a pan) or only my<br>
> fingers, no problem. I can also mix pen and mouse, but after using touch<br>
> with fingers the other inputs does not work properly.<br>
> Ohh, this happens only in Chrome. Firefox and IE work fine, but I need<br>
> chrome for some other reasons.<br>
> It happens also in the openlayers example:<br>
> <a href="http://dev.openlayers.org/releases/OpenLayers-2.13.1/examples/mobile-navigation.html" target="_blank">http://dev.openlayers.org/releases/OpenLayers-2.13.1/examples/mobile-navigation.html</a><br>
><br>
> Has someone an idea?<br>
><br>
> Thanks and regards<br>
> Tomek<br>
><br>
</div></div>> _______________________________________________<br>
> Users mailing list<br>
<br>
> Users@.osgeo<br>
<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>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://osgeo-org.1560.x6.nabble.com/mixed-touch-and-mouse-events-tp5092860p5093089.html" target="_blank">http://osgeo-org.1560.x6.nabble.com/mixed-touch-and-mouse-events-tp5092860p5093089.html</a><br>

Sent from the OpenLayers Users mailing list archive at Nabble.com.<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>
</blockquote></div><br></div>