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
992 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" />
<meta http-equiv="Content-type" content="text/html; charset=utf-8"/>
<title>Media Query Layout App</title>
<link type="text/css" href="./css/layoutApp.css" rel="stylesheet" />
<script type="text/javascript" src="../../../../dojox/mobile/deviceTheme.js"></script>
<script type="text/javascript" src="../../../../dojo/dojo.js" data-dojo-config="parseOnLoad: false,
mblHideAddressBar: false,
mblAndroidWorkaround: false,
mblAlwaysHideAddressBar: false,
app: {debugApp: 1}, // set debugApp to log app transtions and view activate/deactivate
async: 1">
</script>
<script>
require(["./layoutAppObj.js"], function(){
});
</script>
</head>
<body>
</body>
</html>