You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, i install the plugin from the command line, i'm trying the example, i'm on android, but all the toggles are disable, i can't click the toggle to start the service. Thanks
Update: i think my code stops working after this line
var myService = cordova.require('com.red_folder.phonegap.plugin.backgroundservice.BackgroundService');
The text was updated successfully, but these errors were encountered:
Ive got the same issue the code not working after this line!
var myService = cordova.require('com.red_folder.phonegap.plugin.backgroundservice.BackgroundService');
I have had same issue, solved moving "myService = cordova.require('com.red_folder.phonegap.plugin.backgroundservice.BackgroundService');" into "deviceready" (see index.html).
Hi, i install the plugin from the command line, i'm trying the example, i'm on android, but all the toggles are disable, i can't click the toggle to start the service. Thanks
Update: i think my code stops working after this line
var myService = cordova.require('com.red_folder.phonegap.plugin.backgroundservice.BackgroundService');
The text was updated successfully, but these errors were encountered: