In my app, users are able to send an email asynchronously and then continue to use the app while the email service works in the background. I want to make a small, modeless alert at the bottom of the screen that notifies the user whether the email was sent successfully or not.
To my knowledge, Ionic only supports modal popups at this time. Is there support for modeless alerts?