Is there a way to show the native notification (iOS) dialog when a push notification has been received and the app is open ? More specifically I mean the black dialog that appears at the top of the screen that can be swiped up to close.
I am using https://github.com/phonegap-build/PushPlugin this plugin to get push notification..
Thanks a lot.