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 event (trigger, click, clear) callback functions do not get executed if the app is not running.
Or do I missunderstand the functionality of that BroadcastReceiver in the Manifestfile? (https://developer.android.com/guide/components/broadcasts)
Shouldn't that start the application to execute something that I have registered.
Your Environment
Plugin version: 0.10.0
Platform: Android
OS version: 10 - 13
Device manufacturer / model: Xiaomi Redmi 7A and Google Pixel 6
Cordova version (cordova -v): 11.0.0
Cordova platform version (cordova platform ls): android 11.0.0
Expected Behavior
event callback gets executed
Actual Behavior
event callback does not execute
Steps to Reproduce
Register function on event (like console.log() something)
schedule a notification
stop App and remove from AppDrawer
wait for scheduled notfication and watch Android Studio LogCat
The text was updated successfully, but these errors were encountered:
The event (trigger, click, clear) callback functions do not get executed if the app is not running.
Or do I missunderstand the functionality of that BroadcastReceiver in the Manifestfile? (https://developer.android.com/guide/components/broadcasts)
Shouldn't that start the application to execute something that I have registered.
Your Environment
Expected Behavior
event callback gets executed
Actual Behavior
event callback does not execute
Steps to Reproduce
The text was updated successfully, but these errors were encountered: