Advertisement
FANMixco

Nokia Here HTML5

May 10th, 2013
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.28 KB | None | 0 0
  1. <html>
  2.     <head>
  3.         <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
  4.         <!-- You should also add the following meta tags to support Blackberry 7.0+ devices -->
  5.         <meta name="HandheldFriendly" content="True">
  6.         <meta name="touch-event-mode" value="native">
  7.         <meta name="cursor-event-mode" value="native">
  8.         <!-- To disable address sniffing and prevent native maps from starting, use the following meta tags -->
  9.         <meta name="format-detection" content="telephone=no"/>
  10.         <meta name="format-detection" content="address=no"/>
  11. <!--        <link rel="stylesheet" href="http://api.maps.nokia.com/mobile/1.0.2/lib/mh5.js">-->
  12.         <link rel="stylesheet" href="http://api.maps.nokia.com/mobile/latest/lib/colors.css">
  13. <!--        <script src="http://api.maps.nokia.com/mobile/1.0.2/lib/mh5.js"></script>-->
  14.         <script src="http://api.maps.nokia.com/mobile/latest/lib/mh5.js"></script>
  15.     </head>
  16.     <body class="mh5_hwacc_body">
  17.         <div id="app_location" style="width:320px; height:480px; position:relative;"></div>
  18.         <script>
  19.             nokia.mh5.assetsPath = "http://api.maps.nokia.com/mobile/1.0.2/lib/";
  20.             nokia.mh5.app.embed({
  21.                 domNode: "#app_location",
  22.                 appId: "_peU-uCkp-j8ovkzFGNU",
  23.                 appCode: "gBoUkAMoxoqIWfxWA5DuMQ"
  24.             });
  25.         </script>
  26.     </body>
  27. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement