Advertisement
ignatov

Untitled

Oct 1st, 2020 (edited)
739
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.     document.addEventListener("deviceready", onDeviceReady, false);
  2.  
  3.             function onDeviceReady() {
  4.                 console.log(device.cordova);
  5.                 console.log(navigator.camera);
  6.                 console.log(navigator.notification);
  7.                 console.log(cordova.file);
  8.             }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement