ionic-team / ionic-team/ionic-framework
IonModal unable to handle dismiss (onDidDismiss)
Abierto
triage
- Lenguaje dominante
- TypeScript
- Estrellas
- 52.7k
- Forks
- 13.3k
- Merge medio
- 1 d 15 h
- PR fusionados (30 d)
- 51
Descripción
I have a simple modal with controlled `isOpen` state:
` { 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.
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.