NathanWalker / nativescript-fancyalert

Fancy alerts for NativeScript.
Other
147 stars 38 forks source link

Stop action until click OK or CANCEL #49

Closed kefahB closed 5 years ago

kefahB commented 6 years ago

Hello,

Thank you for your plugin is very cool :-)

I have à question, do you think we can stop the code (ex: show a msg in a fancyalert and then when we click OK we can fire navigate with topmost)

Thanks.

NathanWalker commented 5 years ago

@kefahB sorry for delayed response and thank you. Android allows this and on iOS just use TNSFancyAlertButton as it allows an action to be configured which you can use to fire something after the button is acted on and the modal closes.