-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
iOS: problem with programmatically close the dialog #33
Comments
Can you show me the code of how you are dismissing the alert? |
Ty for fast answer let cfalertDialog = new CFAlertDialog(); The dialog go away but something go wrong with the app, while if I click on cancel it is all ok. |
Well I think is better If I paste the full code:
|
Other infos that can be useful:
I notice that I receive this exception: |
update: if i write |
@Atomico001 |
Hi @shiv19 i was trying all time with |
That is weird! Thanks for reporting this :) |
Which platform(s) does your issue occur on?
I'm using this plugin for iOS. All work fine, except that when I want programmatically close the dialog.
If I call "dismiss" the dialog close, but the app freeze, while if I click on the dialog button close all work fine. Need to declare something else?
Thanks
The text was updated successfully, but these errors were encountered: