diff --git a/loleaflet/src/map/Map.js b/loleaflet/src/map/Map.js index 0cd8f9282..b02638aaf 100644 --- a/loleaflet/src/map/Map.js +++ b/loleaflet/src/map/Map.js @@ -445,7 +445,7 @@ L.Map = L.Evented.extend({ }, showBusy: function(label, bar) { - if (window.ThisIsTheAndroidApp) + if (window.ThisIsTheAndroidApp || window.ThisIsTheiOSApp) return; // If document is already loaded, ask the toolbar widget to show busy