20
Views
5
Comments
[BackgroundMode Plugin] Background mode plugin is not working on some Android devices after the MAB 10 update
backgroundmode-plugin
Mobile icon
Forge asset by Alexandre Costa
Application Type
Mobile
Service Studio Version
11.54.63 (Build 63337)
Platform Version
11.28.0 (Build 43201)

After the MABS 10 update, the Background Mode Plugin is not working on some Android devices. 

2025-11-21 21-39-01
Raymond Vermeer

Can someone update this forge component so I will work with MABS 10.0?

Or is there an alternative?

2026-03-06 17-10-46
Susheel Yadav

HI Raymond , 

Create a clone of the background mode plugin and fork this  repository  https://github.com/susheelyadav/cordova-plugin-background-mode2 on GitHub. Modify the extensibility configuration  as shown in the image below.


 Try this modified plugin. 

2025-11-21 21-39-01
Raymond Vermeer

I tried this but windows.cordove.plugins is not loaded????

2025-11-21 21-39-01
Raymond Vermeer

I didn't use the url in the extensibility configuration but downloaded the zip from Github and uploaded it as a resource:

{    "resource": "cordova-plugin-background-mode.zip",    "plugin": {        "resource": "cordova-plugin-background-mode"    }}

2025-11-21 21-39-01
Raymond Vermeer

Also with this it doesn't work:

{    "plugin":     {        "url": "https://github.com/susheelyadav/cordova-plugin-background-mode2"    }}

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.