This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta name="viewport" content="initial-scale=1.0, user-scalable=no" /> | |
<style type="text/css"> | |
html { height: 100% } | |
body { height: 100%; margin: 0; padding: 0 } | |
#map_canvas { height: 100% } | |
</style> | |
<script type="text/javascript" charset="utf-8" src="cordova.js"></script> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Ejercicio GPS</title> | |
<meta charset="utf-8"> | |
<script type="text/javascript" charset="utf-8"> | |
var lectura | |
function mostrarPosicion(){ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=2" /> | |
<title>Ejercicio 2.7</title> | |
<meta charset="utf-8"> | |
<style> | |
button { | |
background: green; | |
border-radius: 10px; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta name="viewport" content="width=device-width" /> | |
<title>Ejercicio 2.6</title> | |
<meta charset="utf-8"> | |
</head> | |
<body> | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Ejercicio 2</title> | |
<meta charset="utf-8"> | |
<link rel="stylesheet" href="css/hojaDeEstilos.css" > | |
<script type="text/javascript" charset="utf-8" src="http://carlossolis.mobi/cursos/cordova-1.9.0.js"></script> | |
<script> | |
document.addEventListener("deviceready", dispositivoListo, false); | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
body, h1{margin:0; padding:0;} | |
html,body{height:100%} | |
body{background: #f5bd07;} | |
ul{margin:127px auto 0; padding:0; width:90%;} | |
h1{font-size:20px; background:#000; color:#fff; height:52px; line-height: 52px; text-align:right} | |
img{position: absolute; top:0} | |
li{ list-style-type:none; background:#000000; height:45px; margin-bottom:10px; color:#fff; text-indent:22px; line-height:45px; -webkit-tap-highlight-color: rgba(255, 255, 255, 0);} |
NewerOlder