cordova-plugin-background-mode icon indicating copy to clipboard operation
cordova-plugin-background-mode copied to clipboard

Cannot read properties of undefined (reading 'backgroundMode')

Open massimilianocom opened this issue 3 years ago • 2 comments

when i start my app i get this error: TypeError: Cannot read properties of undefined (reading 'backgroundMode')

massimilianocom avatar Oct 07 '21 08:10 massimilianocom

make sure you call everything after 'onDeviceReady' event

juaco93 avatar Oct 14 '21 14:10 juaco93

I call all the methods after the onDeviceReady event, and I get the same error image

lennertsoffers avatar Nov 17 '21 18:11 lennertsoffers