You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We use this in our ionic app to hand over a pdf attachment averaging 15-20mb in size, what we have noticed is the email sits in the outbox until we switch the Mail client and send it explicitly again.
We do have another native app, that does this natively where the same attachment and client works well and the email is sent.
Is there is difference in handoff between what the package does and what the native calls do ?
The text was updated successfully, but these errors were encountered:
mhh this issue is new to me. The native code of this package is public available, feel free to compare it with your native implementation and let me know if you find differences.
It looks like the only difference was between the native implementation and current was the formatting of the body.
Changing the body formatting to Plain Text makes the email send immediately.
Hello,
We use this in our ionic app to hand over a pdf attachment averaging 15-20mb in size, what we have noticed is the email sits in the outbox until we switch the Mail client and send it explicitly again.
We do have another native app, that does this natively where the same attachment and client works well and the email is sent.
Is there is difference in handoff between what the package does and what the native calls do ?
The text was updated successfully, but these errors were encountered: