Do you guys know how to do banner style alerts when I receive a push when the app is in the foreground? The current navigator.notification.alert that I’m using requires the user to click ‘OK’ each time a notification arrives. This gets pretty annoying for chats etc. And I don’t want to use toasts since I want the alert to be clickable when the user wants to.
Anyone know of any solution?
Thanks!