UNPKG

1.03 kBHTMLView Raw
1---
2layout: example-verbatim.html
3title: Full-Screen Mobile
4shortdesc: Example of a full screen map.
5tags: "fullscreen, geolocation, mobile"
6cloak:
7 As1HiMj1PvLPlqc_gtM7AqZfBL8ZL3VrjaS3zIb22Uvb9WKhuJObROC-qUpa81U5: Your Bing Maps Key from http://www.bingmapsportal.com/ here
8---
9<!doctype html>
10<html lang="en">
11 <head>
12 <meta charset="utf-8">
13 <meta http-equiv="X-UA-Compatible" content="chrome=1">
14 <meta name="viewport" content="initial-scale=1.0, user-scalable=no, width=device-width">
15 <title>Mobile full screen example</title>
16 <style type="text/css">
17 html, body, .map {
18 margin: 0;
19 padding: 0;
20 width: 100%;
21 height: 100%;
22 }
23 </style>
24 </head>
25 <body>
26 <div id="map" class="map"></div>
27 <script src="https://code.jquery.com/jquery-2.2.3.min.js" type="text/javascript"></script>
28 <script src="./resources/common.js" type="text/javascript"></script>
29 <script src="loader.js?id=mobile-full-screen" type="text/javascript"></script>
30 </body>
31</html>