Skip to content
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

IonModal unable to handle dismiss (onDidDismiss) #30171

Open
martinchristov opened this issue Jan 30, 2025 · 0 comments
Open

IonModal unable to handle dismiss (onDidDismiss) #30171

martinchristov opened this issue Jan 30, 2025 · 0 comments
Labels

Comments

@martinchristov
Copy link

I have a simple modal with controlled isOpen state:

<IonModal isOpen={open} onDidDismiss={() => { alert('DID') }} presentingElement={presentingElement}>

On iOS the modal is dismissable with a gesture due to presentingElement, which needs to be handled.
onDidDismiss does not fire.
Documentation is saying that this returns a promise. I tried to handle it via ref.current.onDidDismiss().then(... but no avail.

@ionitron-bot ionitron-bot bot added the triage label Jan 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant