hi @katzer , i installed your cordova-plugin-local-notification to my mobile app. i will only receive notification when i run the app and then lock my phone. i can also receive notification when the app is part of the recent list and then i lock my phone again. however, when i swipe away the app from the recent list, i am unable to receive notification.
do you have an idea as to why this is happening?
thank you so much for taking your time reading and replying to my email. really appreciate it a lot.
@nursyafiah I cannot reproduce. I set a date in future and swipe the app away from list. The notification appears.
this is cased by taskKiller, my question is related to this too, becouse when you do swipe, task killer clear all data and notifications https://github.com/katzer/cordova-plugin-local-notifications/issues/785
@katzer hi katzer, is it possible for the notification to notify the user on every beacon detection, even when the app is swipe away from the recent list (not force close)?
@nursyafiah You can add that here #451
I found a solution add to activity on AndroidManifest:
android:excludeFromRecents="true"
, and user cant never swipe app from last App..
Most helpful comment
I found a solution add to activity on AndroidManifest:
android:excludeFromRecents="true"
, and user cant never swipe app from last App..