blob: 5dff21e1bb54da9367b772445a167f63a5fbbb43 [file] [log] [blame]
<!DOCTYPE html>
<html lang="en">
<head>
<script src="cordova-1.7.0.js"></script>
<link rel="stylesheet" type="text/css" href="tizen.css" />
</head>
<body>
<script>
document.addEventListener('deviceready', function () {
// Cordova is ready, do all your stuf here
console.log("Cordova is ready for platform " + window.device.platform + " v" + window.device.version + "!");
}, false);
</script>
</body>
</html>