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 push notification are cleared in Android, when using the wipe recent apps. Although wiping recent apps does not impact receiving new push notifications, as they appear again. Example in Xiaomi MIUI 12.5.1.0 - Android 11 phone, is I press the "square touchable button" to show recent apps, and press the "close all" to wipe them (even if my app is not there listed), it clears memory and other apps and the notification also disappears. BUT I see other notifications from other apps do not disappear...
My notifications are using the ongoing and they should stuck to the notification shade.
What could be doing this?
Expected Behaviour
Even after wiping recent apps, the push should be kept on the notification shade.
Actual Behaviour
The notifications are removed when using wiping recent apps.
Reproduce Scenario (including but not limited to)
Steps to Reproduce
Platform and Version (eg. Android 5.0 or iOS 9.2.1)
Bug Report
The push notification are cleared in Android, when using the wipe recent apps. Although wiping recent apps does not impact receiving new push notifications, as they appear again. Example in Xiaomi MIUI 12.5.1.0 - Android 11 phone, is I press the "square touchable button" to show recent apps, and press the "close all" to wipe them (even if my app is not there listed), it clears memory and other apps and the notification also disappears. BUT I see other notifications from other apps do not disappear...
My notifications are using the ongoing and they should stuck to the notification shade.
What could be doing this?
Expected Behaviour
Even after wiping recent apps, the push should be kept on the notification shade.
Actual Behaviour
The notifications are removed when using wiping recent apps.
Reproduce Scenario (including but not limited to)
Steps to Reproduce
Platform and Version (eg. Android 5.0 or iOS 9.2.1)
Android 11
(Android) Device Vendor (e.g. Samsung, HTC, Sony...)
Xiaomi
cordova info
PrintoutCordova Packages:
Project Installed Platforms:
Project Installed Plugins:
Environment:
android Environment:
[=======================================] 100% Fetch remote repository...
Available Android targets:
id: 1 or "android-33"
Name: Android API 33, extension level 3
Type: Platform
API level: 33
Revision: 3
id: 2 or "android-34"
Name: Android API 34, extension level 7
Type: Platform
API level: 34
Revision: 2
--- Start of Cordova JSON Snippet ---
{
"plugins": {
"cordova-plugin-device": {},
"cordova-plugin-sms-retriever": {
"PLAY_SERVICES_VERSION": "15.0.0"
},
"@havesource/cordova-plugin-push": {
"ANDROIDX_CORE_VERSION": "1.6.+",
"FCM_VERSION": "23.+"
},
"cordova-plugin-android-dark-mode-support": {},
"cordova-plugin-inappbrowser": {},
"cordova-plugin-statusbar": {},
"cordova-plugin-update-notifier": {
"ANDROIDX_MATERIAL_DESIGN_VERSION": "[1.0,2)",
"PLAY_APP_UPDATE_SDK_VERSION": "[2.0,3)"
}
},
"platforms": [
"android",
"ios"
]
}
--- End of Cordova JSON Snippet ---
The text was updated successfully, but these errors were encountered: