How to add a confirmation message?

Hello community: D

I wanted to ask if anyone knows how to display a confirmation message when the user executes something.

For example, if I have an Todo list App and I want that every time the user adds a task it will show him a message saying “Task added successfully”

Does anyone know how this is possible?

Thanks so much :smiley:

You can use a modal screen with the message, but the user will have to click ok. You also might be able to use a small/partial screen sliding in from one side with the message. You would have to use an action to link to it, then set the on-load action as link ‘back’.

1 Like