Is it possible to make a persistent push notification and allow to dismiss it only by swiping?
I don't think it's possible
But you could create a small block to imitate the notification page, and put it on the screen. It'll also possible to close it by swiping.
I'm talking about native push notification, I don't think I can create a block for that.
Roman Tkachenko wrote:
Hi Roman,
I think you can not create it. Because notification is using the inbuilt feature of the Operating system.
But you can create yours when app is in foreground.
Regards,
mohammad hasib wrote:
I thought so. I need it on the background though, I think the only way would be to send the notification again if some condition is not met.