NathanWalker / nativescript-fancyalert

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

[REQUEST] A comfirm alert #63

Closed fransyozef closed 5 years ago

fransyozef commented 5 years ago

I noticed there is no "comfirm" alert. Just a standard fancy alert with a yes and no button. I hope you can build that in the future

NathanWalker commented 5 years ago

@fransyozef there actually is a confirm :) On iOS you can use showCustomButtons and configure any number of TNSFancyAlertButton's - ie, 2 which would be the Cancel and Ok. On Android, new with v3.0.5, you can use showColorDialog which allows an okBtnTitle and a cancelBtnTitle to be configured.

fransyozef commented 5 years ago

thanks .. yea I already made (in ios) with the showCustomButtons indeed, but no styling. Looking forward to add styling (so for cancel butten a red button and the ok button a green button)