I’d like to add a small popup (toast/snackbar) message in my app — for example, when a user taps a reaction button, a message like “Reaction has been sent” should appear for about 2 seconds and then disappear automatically.
Before I build it manually with visibility rules and countdowns, I wanted to ask: Is there any ready-made component in the Adalo Marketplace that supports this kind of auto-dismiss popup/toast?
Hello,
While Adalo’s native components don’t have a built-in auto-dismissible toast/snackbar, there might be a custom component available in the Adalo Marketplace that offers this functionality. It’s best to search the marketplace directly for “toast,” “snackbar,” or “popup” to see if a pre-built solution exists before creating your own with visibility rules and countdowns.
Create a Modal Screen: Design a new screen that will serve as your toast notification. Add a rectangle or text component to act as the message container.
Set Background Transparency: Ensure the background of the modal is transparent to mimic the toast effect.
Add a Timer: Use a timer component to control how long the toast message stays visible.
Link Actions: Set up actions to show the modal when needed and hide it after the timer expires.