You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Background Mode plugin is missing a few options on the BackgroundModeConfiguration interface, most importantly the icon option. Please refer to the Cordova Plugin for more information.
I have attached a snip from their documentation. If the rest of the options could be added that would be great.
cordova.plugins.backgroundMode.setDefaults({title: String,text: String,icon: 'icon'// this will look for icon.png in platforms/android/res/drawable|mipmapcolor: String// hex format like 'F14F4D'resume: Boolean,hidden: Boolean,bigText: Boolean})
I have tested manually updating the BackgroudModeConfiguration interface with the above options and it works well.
The text was updated successfully, but these errors were encountered:
The Background Mode plugin is missing a few options on the BackgroundModeConfiguration interface, most importantly the icon option. Please refer to the Cordova Plugin for more information.
I have attached a snip from their documentation. If the rest of the options could be added that would be great.
I have tested manually updating the BackgroudModeConfiguration interface with the above options and it works well.
The text was updated successfully, but these errors were encountered: