Renaldo 0 Posted April 10, 2019 Hi, Anybody could post a example de a Message Modal in delphi 10.3? I'm trying something that work fine on iOS and Android. Thanks. Share this post Link to post
Remy Lebeau 1394 Posted April 10, 2019 Android does not support modal dialogs, you MUST use asynchronous dialogs instead, such as via TDialogServiceAsync.MessageDialog(). 1 Share this post Link to post
Rollo62 536 Posted April 30, 2019 I get used to non-modal dialogs via anonymous procs. Use them in mobile as well as desktop. Its the better concept Share this post Link to post