Lukas Hronec
Lukas Hronec
Hi, i had the same problem and then i just added all params: icon, priority (1-3) and random id. Like this: cordova.plugins.foregroundService.start('App name', 'Message', 'icon', 3, 10); And now there...
I have the same problem only when i reload webview and foreground service is started again. Looks like it tries to delete prev instance and create new. Making stop() in...
If i add cancelButtonText, it works as expected and it can be closed by clicking outside of the component.