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

[iOS] App doesn't pause or wait for the email client to close like it does on Android #77

Open
SRadfordM opened this issue Aug 19, 2021 · 2 comments

Comments

@SRadfordM
Copy link

On Android, the email client opens, and I can wait as long as I want to send or cancel. Then when it returns to the app, the future completes and my code continues. On iOS, the app continues without waiting for the client to complete. It also does not open in a way that pauses the app lifecycle, so I can't even use resume to carry on. Is there anyway to wait for the client to complete and return to the app on iOS?

Using 5.0.0, updated to 5.0.2 and still have the same issue.

@mbarmettler
Copy link

could you solve it in the meanwhile?
facing similar issues on iOS - the pop-over for selecting the mail client does not show up.

@prkay
Copy link

prkay commented Dec 26, 2023

@mbarmettler @SRadfordM
I've made a pull request that enhances the functionality of the flutter_email_sender package by enabling event triggers when users perform email actions like sending, canceling, or saving. These updates aim to provide more comprehensive status updates, significantly improving the package's overall capabilities.

Additionally, I've integrated this upgraded version of the flutter_email_sender package into our project using the specific commit 24d942f. This version is particularly beneficial during the development phase, allowing us to leverage the latest changes and thoroughly test the enriched functionality it offers.

Feel free to incorporate this updated package by including the following configuration in your pubspec.yaml file:

dependencies:
flutter_email_sender:
git:
url: https://github.com/sidlatau/flutter_email_sender.git
ref: 24d942f
By doing so, you'll be able to access and utilize the enhanced features within your Flutter project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants