Is LocalNotification not supported on simulator? Or it cannot be displayed on application's foreground too? Because I wrote a code but the simulator is not displaying local notifications in foreground. It shows only if app is paused, same as push notifications.
On Wednesday, January 6, 2021 at 2:48:02 PM UTC-5 [email protected] wrote: > You're welcome > > On Wed, 6 Jan 2021, 19:43 Hannah R, <[email protected]> wrote: > >> Javier, >> >> That sounds like a good solution. Thank you. >> >> On Wed, Jan 6, 2021 at 2:37 PM Marisole Aromatherapy <[email protected]> >> wrote: >> >>> Hi Hannah, >>> >>> I can only speak for myself. You can schedule a local notification the >>> moment you receive a push notification in the fg. That local notification >>> will then be displayed. I usually schedule it for +200ms from current time >>> >>> This way you can also add a custom action to that local notification >>> >>> Javier >>> >>> >>> On Wed, 6 Jan 2021, 19:32 Hannah R, <[email protected]> wrote: >>> >>>> Hi everyone, >>>> >>>> Is there a way to implement push notifications the way so it'll be >>>> displayed while app is running in foreground? >>>> If no, are you planning on adding this feature? >>>> >>>> Thank you. >>>> >>>> -- >>>> You received this message because you are subscribed to the Google >>>> Groups "CodenameOne Discussions" group. >>>> To unsubscribe from this group and stop receiving emails from it, send >>>> an email to [email protected]. >>>> To view this discussion on the web visit >>>> https://groups.google.com/d/msgid/codenameone-discussions/035054cd-6c10-474d-881a-eb921f45bd98n%40googlegroups.com >>>> >>>> <https://groups.google.com/d/msgid/codenameone-discussions/035054cd-6c10-474d-881a-eb921f45bd98n%40googlegroups.com?utm_medium=email&utm_source=footer> >>>> . >>>> >>> -- >>> You received this message because you are subscribed to a topic in the >>> Google Groups "CodenameOne Discussions" group. >>> To unsubscribe from this topic, visit >>> https://groups.google.com/d/topic/codenameone-discussions/NwAfraohBW8/unsubscribe >>> . >>> To unsubscribe from this group and all its topics, send an email to >>> [email protected]. >>> To view this discussion on the web visit >>> https://groups.google.com/d/msgid/codenameone-discussions/CAG90yJ3i2m9n-OPLxzxpogOVTrJgcmd1a_pSGO_3nks0EhZYmA%40mail.gmail.com >>> >>> <https://groups.google.com/d/msgid/codenameone-discussions/CAG90yJ3i2m9n-OPLxzxpogOVTrJgcmd1a_pSGO_3nks0EhZYmA%40mail.gmail.com?utm_medium=email&utm_source=footer> >>> . >>> >> >> >> -- >> Regards, >> >> Hannah Ryzhuk >> >> -- >> You received this message because you are subscribed to the Google Groups >> "CodenameOne Discussions" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> > To view this discussion on the web visit >> https://groups.google.com/d/msgid/codenameone-discussions/CAOS_rX1BbS0g3mismbZuG1B6Lrsj30UdSAjzcmB8M%2BTnaRevbw%40mail.gmail.com >> >> <https://groups.google.com/d/msgid/codenameone-discussions/CAOS_rX1BbS0g3mismbZuG1B6Lrsj30UdSAjzcmB8M%2BTnaRevbw%40mail.gmail.com?utm_medium=email&utm_source=footer> >> . >> > -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/codenameone-discussions/57c10774-4b85-4cbd-aed2-6305cf32b751n%40googlegroups.com.
