After the MABS 10 update, the Background Mode Plugin is not working on some Android devices.
Can someone update this forge component so I will work with MABS 10.0?
Or is there an alternative?
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.
I tried this but windows.cordove.plugins is not loaded????
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" }}
Also with this it doesn't work:
{ "plugin": { "url": "https://github.com/susheelyadav/cordova-plugin-background-mode2" }}