iOS Question MsgboxAsync Alternative/Workaround?

WardOperationsLLC

Member
Licensed User
Longtime User
B4X:
            MsgboxAsync("This app requires an internet connection"&CRLF&"Please check your connection and restart the app.", "No Internet Connection!")
            tmrCon.Enabled=False
            Wait For MsgBox_Result (Result As Int)

I use the above code in B4A to show a message box to the user then wait for them to acknowledge it before the code continues. However that doesn't seem to be an option in B4I. Both the descriptions of Msgbox and Msgbox2 say it won't block the code. Is there a way to achieve this in B4I?
 
Top