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

openExternalView() & openExternalEdit() are broken #91

Closed
loic-hamdi opened this issue Dec 26, 2022 · 4 comments
Closed

openExternalView() & openExternalEdit() are broken #91

loic-hamdi opened this issue Dec 26, 2022 · 4 comments
Labels
bug Something isn't working

Comments

@loic-hamdi
Copy link

Hey,

On iOS physical device I experience an unexpected behavior with:

await FlutterContacts.openExternalView(itemData.id);

or

await FlutterContacts.openExternalEdit(itemData.id);

Console log:

[PPT] Error creating the CFMessagePort needed to communicate with PPT.

The contact card opens up, however:

  • Issue 1: In openExternalEdit mode it opens the view mode instead of edit mode.
  • Issue 2 (breaking) : If you tap Edit the contact you cannot pop the modal anymore and the app is completely stuck on this screen.

Any idea how to fix this?

@joachim-quis joachim-quis added the bug Something isn't working label Feb 9, 2023
@starshipcoder
Copy link
Contributor

For information, seems to work in this library
https://pub.dev/packages/contacts_service

@starshipcoder
Copy link
Contributor

I have donen a PR : #104

@joachim-quis
Copy link
Contributor

Should be fixed in version 1.1.7
Thanks @starshipcoder

@aytunch
Copy link

aytunch commented Jan 19, 2024

@loic-hamdi can you see the edit mode opened by default when you do openExternalEdit? Or does the user have to press edit button manually?

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

4 participants