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

commits-20090109 at openlayers.org commits-20090109 at openlayers.org
Tue Mar 1 08:29:10 EST 2011


Author: crschmidt
Date: 2011-03-01 05:29:08 -0800 (Tue, 01 Mar 2011)
New Revision: 11595

Modified:
   trunk/doc/library/mobile.rst
Log:
Adding geolocation to table.


Modified: trunk/doc/library/mobile.rst
===================================================================
--- trunk/doc/library/mobile.rst	2011-03-01 13:19:54 UTC (rev 11594)
+++ trunk/doc/library/mobile.rst	2011-03-01 13:29:08 UTC (rev 11595)
@@ -62,27 +62,27 @@
 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            |
-+----------------+--------------+------------------+---------------+
++----------------+--------------+------------------+---------------+-------------+
+| Browser        | Touch events | Multiple touches | Accelerometer | geolocation |
++================+==============+==================+===============+=============+
+| iOS (4.x)      | yes          | yes              | yes           | yes         |
++----------------+--------------+------------------+---------------+-------------+
+| iOS (3.x)      | yes          | yes              | no            | yes         |
++----------------+--------------+------------------+---------------+-------------+
+| iOS (2.x)      | yes          | yes              | no            | ?           |
++----------------+--------------+------------------+---------------+-------------+
+| iOS (1.x)      | yes          | no               | no            | ?           |
++----------------+--------------+------------------+---------------+-------------+
+| Android        | yes          | no               | no            | yes         |
++----------------+--------------+------------------+---------------+-------------+
+| Opera Mobile   | no           | no               | no            | ?           |
++----------------+--------------+------------------+---------------+-------------+
+| Symbian        | no           | no               | no            | no          |
++----------------+--------------+------------------+---------------+-------------+
+| IE7 (WP7)      | no           | no               | no            | no          |
++----------------+--------------+------------------+---------------+-------------+
+| Firefox 4*     | no           | no               | no            | yes         |
++----------------+--------------+------------------+---------------+-------------+
 
 * Firefox 4 beta supports touch events on Windows 7 via the
   MozTouchDown/MozTouchMove events. Due to lack of available testing



More information about the Commits mailing list