0

I work on cordova cross platform. I want to start background service on device boot:

document.addEventListener('deviceready', function() {
     myService = cordova.plugins.myService;
     upload();
},
true);
jmetz
  • 12,144
  • 3
  • 30
  • 41

0 Answers0