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

openExternalInsert on IOS stacks on Edit, impossible to return back to app #70

Closed
fullflash opened this issue Sep 29, 2022 · 8 comments
Closed
Labels
bug Something isn't working

Comments

@fullflash
Copy link

after creating contact done button display a contact card with Cancel And Edit action buttons
should be Done to return back to flutter but the Cancel button also does no action it just stack on Native Contact Editor.

@fullflash fullflash changed the title openExternalInsert on Android stack on Edit non return back openExternalInsert on IOS stacks on Edit, impossible to return back to app Sep 29, 2022
@ewankirk
Copy link

I have the same problem on iOS 16.0 and 15.4. Seems to work perfectly on Android though.

@ewankirk
Copy link

Sorry, I should have said that this is openExternalEdit()

@ewankirk
Copy link

A bit more information.
If you call openExternalEdit() and immediately hit back, you return to the app.
If you call openExternalEdit() and then hit Edit and then hit cancel, you return to the display screen and then the back button stops working (even if you haven't edited anything). I suspect what is happening is that openExternalEdit() is actually opening the external view by mistake and then when you go to edit, it gets confused with the route.

@joachim-quis joachim-quis added the bug Something isn't working label Oct 29, 2022
@joachim-quis
Copy link
Contributor

Copying screenshots from duplicate bug:

Screenshot 2022-10-26 at 10 32 12 AM

Screenshot 2022-10-26 at 10 31 59 AM

The back button after clicking edit is showing no response

@yassinsameh
Copy link

Issue still persists on flutter_contacts: ^1.1.5+1, running Ios 16.1.1.

@starshipcoder
Copy link
Contributor

I have donen a PR : #104

@Shahidbangash
Copy link

Shahidbangash commented May 29, 2023

I have donen a PR : #104

I tested your PR Locally and it works. Thanks for the fix.

@joachim-quis
Copy link
Contributor

Should be fixed in version 1.1.7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

6 participants