I would like to see Push Notification even when app is running

Hi
As the title says I would like to see push notification even when app is running, like little notification on top of the mobile screen. In iOS or Android I can do it by checking my current app status and push notification status to do it… I wonder how to do it in Fusetools

thank you

When an app is foreground, push notifications are not added to the notification tray, but instead delivered to the app immediately.

What you could do, is have your own in-app component that you show (perhaps using RaiseUserEvent) when a notification arrives.

Thank you Uldis!!