plaid / plaid-link-ios

Plaid Link iOS SDK
https://plaid.com/docs/link/ios
MIT License
133 stars 88 forks source link

Capture quick modal dismissal in `onExit` or `onEvent` callback #31

Closed ahmednour2021 closed 6 months ago

ahmednour2021 commented 7 months ago

Please do not include your API secret or public_key in any issue.

A detailed description of the steps to reproduce the issue

Currently, in our iOS app, based on onExit callback we inform the user that he has exited the flow but when he dismisses it very quickly callback is not triggered

What you expected to see?

onExit has been triggered

What you saw instead?

onExit not triggered neither onEvent

Screenshots that show the state of the UI (if applicable)

When submitting an issue for Link on the web or within a Webview, please include the following information:

Name Value
Link env
Browser
Operating system

When submitting an issue for Plaid Link iOS please include the following information:

Name Value
Link env dev
LinkKit version 5.0.1
iOS version 17.0.1
iOS device iPhone 15 pro

List of used 3rd party libraries (e.g. CocoaPods):

dtroupe-plaid commented 7 months ago

@ahmednour2021 can you confirm this is a separate issue from #33 ? The swipe down to dismiss gesture is disabled so I am not sure what you mean when you say.

dismisses it very quickly.

Can you provide some more details and perhaps a video of this behavior? Can you also let me know if you're using the default presentation or a custom presentation? If custom can you provide the relevant code?

ahmednour2021 commented 7 months ago

@ahmednour2021 can you confirm this is a separate issue from #33 ? The swipe down to dismiss gesture is disabled so I am not sure what you mean when you say.

dismisses it very quickly.

Can you provide some more details and perhaps a video of this behavior? Can you also let me know if you're using the default presentation or a custom presentation? If custom can you provide the relevant code?

@dtroupe-plaid Indeed it's a separate issue will try to provide a video of that soon

dtroupe-plaid commented 6 months ago

@ahmednour2021 I am going to close this issue since there isn't enough information to reproduce the issue. If additional information is provided I can reopen the issue.