capacitor-background-runner icon indicating copy to clipboard operation
capacitor-background-runner copied to clipboard

Results 51 capacitor-background-runner issues
Sort by recently updated
recently updated
newest added

I want to be clear: I am not opening this PR attempting to claim this is the full changeset necessary to bring capacitor-background-runner up to [Capacitor V6](https://capacitorjs.com/docs/updating/6-0) support. I am...

Nowhere in the documentation does it explain what interval is (milliseconds or minutes) and does not define the default value if interval is not set. Documentation also does not specify...

Fixed grammer issue in the sentence.

Since the changes are not visible on the official website. Raising this pull request for reminder.

I started with a fresh project and can’t install @capacitor/background-runner In Vs Code with the Ionic plugin, i made a new tabs project with Vue. And run following command in...

enhancement

If we try to publish an internal release in the google play console, we get two errors, smth like that: _Error Your declaration of permissions for location determination in the...

enhancement

FAILURE: Build completed with 9 failures. 1: Task failed with an exception. ----------- * What went wrong: Execution failed for task ':app:checkDebugAarMetadata'. > Could not resolve all dependencies for configuration...

Hello, I spent about two days on version 1.0.5 to fix the call to the fetch function in the event listener that was getting an error and the error was...

bug

I am trying to dispatch an event on receiving a notification while the app is closed. On iOS this is demonstrated by adding `BackgroundRunnerPlugin.dispatchEvent(event: "remoteNotification", eventArgs: userInfo)` to the `AppDelegate`...