diff --git a/manifest.json b/manifest.json index 41c97a62..348c7939 100644 --- a/manifest.json +++ b/manifest.json @@ -18,7 +18,12 @@ } }, - "permissions": [ + "sandbox": { + "pages": [ + "tabs/map.html"] + }, + + "permissions": [ "https://www.google-analytics.com/", "https://*.github.com/", "https://*.githubusercontent.com/", diff --git a/tabs/gps.css b/tabs/gps.css index 06a29a2c..411ad57e 100644 --- a/tabs/gps.css +++ b/tabs/gps.css @@ -18,13 +18,24 @@ .tab-gps a { font-weight: bold; - te +} + +#map-canvas { + height: 100%; + background: #ccc; + width: 100%; + float: left; } #map { - display:none; + height: 100%; + width: 100%; } +.tab-gps iframe { + height: 100%; + width: 100%; +} progress[value]::-webkit-progress-bar { diff --git a/tabs/gps.html b/tabs/gps.html index 9b44b7df..b4335d2d 100644 --- a/tabs/gps.html +++ b/tabs/gps.html @@ -146,13 +146,15 @@
-
+
-
+
diff --git a/tabs/map.html b/tabs/map.html new file mode 100644 index 00000000..b98a87c3 --- /dev/null +++ b/tabs/map.html @@ -0,0 +1,62 @@ + + + + Asynchronous Loading + + + + + + +
+ \ No newline at end of file