How to Trigger Event when a Modal View is Closed

Is there a way to trigger an event when a Modal view is closed? I am opening a view in the Modal Navigation Type. When the user closes the Modal View (either by dragging or the close button), I would like to open a sheet.

Is there a way for me to build this functionality? Any help would really help me move the project

If you change the navigation type to stack? That way the only way to leave the page is using an action, that way you can add the action to navigate to the view you want.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.