Posts by Erick Magalhaes • 11 points
1 post
-
0
votes1
answer39
viewsQ: local notification with Scheduler in Ionic 4 does not work on sdk 28+ when using Trigger
Works this.localNotifications.schedule({ id: 1, summary: "Amanhã 3444" , text: 'teste local notification ', smallIcon: "res://icone_in", title: "aaaa 3", led: 'FF0000', sound: null }); doesn’t work…