python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Flutter Local Notification not working in background?
I am using flutter local notification to display schedule notification in my app. But unfortunately it is not working when app is in terminated state.
Here is my code:
class Notifications {
static fin...
Zilaid
Votes: 0
Answers: 4
Repeating Notifications in React Native Push Notification
How to set up react-native-push-notification to show local notification every day at particular time.
So in my mobile application I have a screen when you can set up reminders for doing something in t...
konradns
Votes: 0
Answers: 1
Why Flutter Firebase Messaging on Message not working always?
I'm using Flutter Firebase Messaging with Flutter Local Notification I followed all steps in the document example, I have a problem which is: the OnMessage listener has not fired always, sometimes I g...
Reham.A
Votes: 0
Answers: 0
Schedule notifications with random text every day the cordova-plugin local-notifications
I would like to schedule a notification that repeats every day but with a different text.
var texts = ['Text1', 'Text2', 'Text3', 'Text4', 'Text5' ];
cordova.plugins.notification.local.schedule({
...
thisis myname
Votes: 0
Answers: 0