jhony112 / zirco-browser

Automatically exported from code.google.com/p/zirco-browser
Other
0 stars 0 forks source link

Multitouch events in javascript #35

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Open http://openlayers.org/dev/examples/mobile-navigation.html
2. Do a pinch
3. Nothing happens

What is the expected output? What do you see instead?
A zoom in of the map, or a zoom in of th webpage of pinch is outside the map.

What version of the product are you using? On what operating system?

* HTC Hero, Gingerbread, with zirco 0.4.1 (15)

Please provide any additional information below.

It would be awsome if this browser implemented the same multitouch events as 
iOS webkit does. As far as understand is this browser also WebView/webkit 
based, so it should certainly be possible. 

As far as I know, some/newer versions of WebView does implement these events 
(e.g. my Asus EEE Transformer does). I do not know whether it is possible to 
detect whether the browser supports this or not.

I develop an web-app where we depend on the multitouch support, where we 
provide an custom webview wrapper were we inject multi-touch events to a custom 
API in our JS code. I think it should be possible make a general solution to 
this.

Original issue reported on code.google.com by gun...@rangoy.com on 22 Nov 2011 at 2:36