[OpenLayers-Commits] r11594 - trunk/doc/library

commits-20090109 at openlayers.org commits-20090109 at openlayers.org
Tue Mar 1 08:19:54 EST 2011


Author: crschmidt
Date: 2011-03-01 05:19:54 -0800 (Tue, 01 Mar 2011)
New Revision: 11594

Modified:
   trunk/doc/library/mobile.rst
Log:
Adding a support table to the mobile page.


Modified: trunk/doc/library/mobile.rst
===================================================================
--- trunk/doc/library/mobile.rst	2011-03-01 10:03:04 UTC (rev 11593)
+++ trunk/doc/library/mobile.rst	2011-03-01 13:19:54 UTC (rev 11594)
@@ -1,5 +1,5 @@
-Mobile Browsing Controls
-++++++++++++++++++++++++
+Mobile Browsing
++++++++++++++++
 
 Mobile browsing generally demands a different method of map navigation. 
 OpenLayers built in Navigation and TouchNavigation controls attempt to 
@@ -58,3 +58,33 @@
 
 In general, devices which support tap but not touch will zoom on a double
 click. There is not generally any way to prevent this behavior.
+
+Mobile Browser Support
+----------------------
+
++----------------+--------------+------------------+---------------+
+| Browser        | Touch events | Multiple touches | Accelerometer |
++================+==============+==================+===============+
+| iOS (4.x)      | yes          | yes              | yes           |
++----------------+--------------+------------------+---------------+
+| iOS (3.x)      | yes          | yes              | no            |
++----------------+--------------+------------------+---------------+
+| iOS (2.x)      | yes          | yes              | no            |
++----------------+--------------+------------------+---------------+
+| iOS (1.x)      | yes          | no               | no            |
++----------------+--------------+------------------+---------------+
+| Android        | yes          | no               | no            |
++----------------+--------------+------------------+---------------+
+| Opera Mobile   | no           | no               | no            |
++----------------+--------------+------------------+---------------+
+| Symbian        | no           | no               | no            |
++----------------+--------------+------------------+---------------+
+| IE7 (WP7)      | no           | no               | no            |
++----------------+--------------+------------------+---------------+
+| Firefox*       | no           | no               | no            |
++----------------+--------------+------------------+---------------+
+
+* Firefox 4 beta supports touch events on Windows 7 via the
+  MozTouchDown/MozTouchMove events. Due to lack of available testing
+  platforms, the OpenLayers code does not currently support this type of
+  touch events.



More information about the Commits mailing list