Closed fullflash closed 1 year ago
I have the same problem on iOS 16.0 and 15.4. Seems to work perfectly on Android though.
Sorry, I should have said that this is openExternalEdit()
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.
Copying screenshots from duplicate bug:
The back button after clicking edit is showing no response
Issue still persists on flutter_contacts: ^1.1.5+1, running Ios 16.1.1.
I have donen a PR : #104
I have donen a PR : #104
I tested your PR Locally and it works. Thanks for the fix.
Should be fixed in version 1.1.7
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.