bgs-core icon indicating copy to clipboard operation
bgs-core copied to clipboard

Core code for the Cordova Background Service

Results 31 bgs-core issues
Sort by recently updated
recently updated
newest added

**Its not working in Android 10**

Hello. Thank you for the awesome plugin. I have been able to get my service to work when I start my application. However, when I boot up I get the...

I've tried at following places: `platforms/android/app/src/main/aidl/com/red_folder/phonegap/plugin/backgroundservice/sample/MyService.java` `platforms/android/app/src/main/MyService.java` `plugins/com.red_folder.phonegap.plugin.backgroundservice/src/android/MyService.java` `AndroidManifest.xml` is at `platforms/android/app/src/main/AndroidManifest.xml`

I've just discovered this plugin and it's great, but I'm not sure if there is any way to implement this code to an Ionic project or should I look for...

Hi , I am Developing the Cordova App using Background Services. Your Plugin is awesome for Run the Background Service Perfectly. First of all I Thank to you. I am...

Hello Friend, I'm trying to compile the basic implementation, following its documentation but I'm locking in the build. I think it's inexperienced with Java maybe you've already seen it. After...

Hello, I'm building a Finance app that can capture bank's notifications for automated listing of spendings, would it be possible to integrate: https://developer.android.com/reference/android/service/notification/NotificationListenerService to this plugin? Example project: https://github.com/kpbird/NotificationListenerService-Example All...

Hi just wondering how do i create more than one class service? I manage to run the sample background service but unable to create additional services on my own.

First of all thanks for the awesome plugin. As you can see there are other developers who would really love to have a background service plugin for Phonegap Build. Will...

enhancement

Hello everyone, i develop a Quizz App , i used Device.StartTimer to run my countdown and its works fine, also i added Sounds for the countdown, the problem is when...