[OpenLayers-Commits] r11462 - sandbox/camptocamp/mobile/openlayers/examples

commits-20090109 at openlayers.org commits-20090109 at openlayers.org
Fri Feb 25 03:58:37 EST 2011


Author: pgiraud
Date: 2011-02-25 00:58:36 -0800 (Fri, 25 Feb 2011)
New Revision: 11462

Modified:
   sandbox/camptocamp/mobile/openlayers/examples/mobile-jq.html
Log:
Using fixed positioning for the footer didn't fix the iPhone address bar issue

Modified: sandbox/camptocamp/mobile/openlayers/examples/mobile-jq.html
===================================================================
--- sandbox/camptocamp/mobile/openlayers/examples/mobile-jq.html	2011-02-25 08:56:27 UTC (rev 11461)
+++ sandbox/camptocamp/mobile/openlayers/examples/mobile-jq.html	2011-02-25 08:58:36 UTC (rev 11462)
@@ -28,7 +28,7 @@
             <div id="map"></div>
           </div>
 
-          <div data-role="footer" data-position="fixed" data-theme="a">
+          <div data-role="footer">
             <a href="#searchpage" data-icon="search" data-role="button">Search</a>
             <a href="#" id="locate" data-icon="locate" data-role="button">Locate</a>
             <a href="#layerspage" data-icon="layers" data-role="button">Layers</a>



More information about the Commits mailing list