Welcome, guest! Login / Register - Why register?
Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)

Paste

Pasted as Java by jessica ( 14 years ago )
<!DOCTYPE html>
<html>
<head>
 <title>Ejemplo de Notificación</title>
 [removed][removed]
 [removed]
  //Esperar que phonegap carge
  document.addEventListener("deviceready", onDeviceReady, false);
  //Phonegap listo
  function onDeviceReady(){
   var elemento = document.getElementByID('propiedadesDispositivo');
   elemento[removed] = 'Nombre:' + device.name + '<br>'+ 'Phonegap:' + device.cordova;

   
  }
  

 [removed]
</head>
<body>
 <h1>dispositivo</h1>
 <p id ='propiedadesDispositivo'>Mostrando las propiedades del dispositivo ... </p>
</body>
</html>

 

Revise this Paste

Your Name: Code Language: