Is it possible to pause execution while showModal(modalDialog) until dismiss is clicked?

shiny continues execution while showModal. If there are more than one to show, the previous one disappears in a blink of the eye when the next one pops out.
Is it possible to pause execution while showModal(modalDialog) until dismiss is clicked? Thanks.

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