chemerisuk / cordova-plugin-firebase-messaging

Cordova plugin for Firebase Cloud Messaging
MIT License
164 stars 159 forks source link

How to have foreground notification on status bar. #244

Open FranGhe opened 5 months ago

FranGhe commented 5 months ago

I would like to have on status bar the foreground notification as the background ones... is it possible?

chemerisuk commented 4 months ago

Not sure I understood the question. Do you want to keep the notification icon in the status bar?

FranGhe commented 4 months ago

Hi, yes :)

FranGhe commented 4 months ago

@chemerisuk when the app is active and one message is received, the alert is displayed on top, but after 3 seconds disappear. I would like to mantain the message on status bar, (as the background ones) so the user can see it in a second time.

I'd rather not use also cordova-plugin-local-notifications

Is it possible?