sample skeleton application with dojo toolkit & arcgis js api v 4.30
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

27 lines
830 B

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,minimum-scale=1,user-scalable=no"/>
<meta name="apple-mobile-web-app-capable" content="yes" />
<title>Globalized App Test</title>
<style>
html,body {
width: 100%;
height: 100%;
background: #eee;
font-family: arial;
color: #333;
overflow: hidden;
margin: 0;
padding: 0;
}
</style>
<script type="text/javascript" src="../../../../dojox/mobile/deviceTheme.js"></script>
<script type="text/javascript" data-dojo-config="parseOnLoad: false, async: true" src="../../../../dojo/dojo.js"></script>
<script>
require(["./globalizedApp.js"]);
</script>
</head>
<body>
</body>
</html>