Ver Mensaje Individual
  #5 (permalink)  
Antiguo 08/06/2013, 10:03
pegasus6464
 
Fecha de Ingreso: diciembre-2007
Mensajes: 56
Antigüedad: 16 años, 4 meses
Puntos: 0
Respuesta: Localizador gimnasios jQuery Mobile

Una pregunta por favor prometo no hacer mas ! :)

He compilado la aplicacion con phonegap y con la key de apple que compre

Construyo la aplicacion pero he visto lo siguiente

Los mapas si hago una aplicacion solo con el index del mapa se ve perfectamente, pero si los enlazo a un menu general que hice no se cargan y cambia los estilos ( debe ser problema de la cabecera y de los scripts que no estan en el index general de la aplicacion podria ser??? )

Este es el head del mapa:

<head>
<meta charset="utf-8">

<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">

<title>Buscador</title>
<meta name="description" content="Find what's near you">

<!-- Mobile viewport optimized: h5bp.com/viewport -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">

<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/style.css">
<script type="text/javascript" src="http://maps.googleapis.com/maps/api/js?key=AIzaSyDMGVJjLFAY-nUP6c7NxsyRBrNCeOvFL2k&sensor=true"></script>
</head>



y este el del index general de la aplicacion

<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, maximum-scale=1.0, initial-scale=1.0">
<title>emdot</title>

<link rel="apple-touch-icon" href="assets/images/apple-touch-icon.png"/>


<!-- scripts -->
<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>
<script src="http://code.jquery.com/mobile/1.3.1/jquery.mobile-1.3.1.min.js"></script>


<!-- css / theme -->
<link rel="stylesheet" href="assets/css/2.css"><!-- change the number of the css file to switch themes -->
<link rel="stylesheet" href="assets/css/style.css">
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.3.1/jquery.mobile-1.3.1.min.css" />


<!-- add to homepage bubble on iphone, ipad -->
<script type="text/javascript">
if ('standalone' in navigator && !navigator.standalone && (/iphone|ipod|ipad/gi).test(navigator.platform) && (/Safari/i).test(navigator.appVersion)) {
document.write('<link rel="stylesheet" href="assets\/add-bubble\/style\/add2home.css">');
document.write('<script type="application\/javascript" src="assets\/add-bubble\/src\/add2home.js" charset="utf-8"><\/s' + 'cript>');
}
</script>
<!-- /add to homepage bubble on iphone, ipad -->


</head>


:stress


Yo creo que es problema de que los heads son diferentes y al cargar con hipervinculo por eso da el error, ya os digo que independientemente me funcionan pero vinculados no :(