ionic-team / ionic-team/ionic-framework
IonModal unable to handle dismiss (onDidDismiss)
オープン
triage
- 主要言語
- TypeScript
- スター
- 52.7k
- フォーク
- 13.3k
- 平均マージ
- 1日 15時間
- マージ済み PR(30日)
- 51
説明
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.
コントリビューションガイド
評価
この issue はまだ評価されていません。