cordova-plugin-background-mode
cordova-plugin-background-mode copied to clipboard
Cannot read properties of undefined (reading 'backgroundMode')
when i start my app i get this error: TypeError: Cannot read properties of undefined (reading 'backgroundMode')
make sure you call everything after 'onDeviceReady' event
I call all the methods after the onDeviceReady event, and I get the same error