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);
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);