I have an event (button pressed) on my main screen that opens another screen using ShowModal.
When the user interacts with the new screen, it sets a couple of App shared properties.
However, the event code doesn’t actually wait until this new screen is closed before resuming. Is this intended, and if so, what is the point of ShowModal?
4 posts - 2 participants