Domenico Marra
Results
1
comments of
Domenico Marra
I have had same issue, solved moving "myService = cordova.require('com.red_folder.phonegap.plugin.backgroundservice.BackgroundService');" into "deviceready" (see index.html). See the code below: [...] var myService; document.addEventListener('deviceready', function() { myService = cordova.require('com.red_folder.phonegap.plugin.backgroundservice.BackgroundService'); getStatus(); }, true);...