How to close modal without X

I assume that on android or iphone you wont need to have an X with a back link to close a modal? You can tap outside of the box to close it? The issues is I need the X to test the app. Otherwise I can’t close the modal.

You will need an action to send the user back, nothing native on the device will do it.
Have an invisible rectangle over part of OR the whole screen with a back action, or countdown timer.

1 Like

But I won’t need the invisible triangle for android or iphone to close the modal correct? users can simply click outside of it to close the window?

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