Skip to content

Commit

Permalink
Add comment for safari browser
Browse files Browse the repository at this point in the history
  • Loading branch information
hkollmann committed Jun 27, 2016
1 parent ae8d305 commit 722b2ee
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -77,6 +77,8 @@ qx.Class.define("mobileshowcase.page.Maps",
_createScrollContainer : function()
{
// MapContainer
// Do not use any layout manager - otherwise the map will not be
// displayed with safari browsers.
var mapContainer = new qx.ui.mobile.container.Composite();
mapContainer.setId("map");
mapContainer.addCssClass("map");
Expand Down

0 comments on commit 722b2ee

Please sign in to comment.