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
  • 11,167
  • 3
  • 28
  • 40

0 Answers0