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
openComposer({
to: "[email protected]",
defaultEmailLabel: "Default",
removeText: false,
message: "Which email app would you like to use?",
subject: "Test subject",
body: "This works too!"
});
In Spark, you would expect this to create a new email with the "to" field populated. The subject correctly populates as well as the body, but the to field is blank.
The text was updated successfully, but these errors were encountered:
I contacted Readdle to see if the URL scheme changed. I suppose it's also possible that there is a bug on their end.... If they get back to me and it's fixable, I'll submit a PR!
In Spark, you would expect this to create a new email with the "to" field populated. The subject correctly populates as well as the body, but the to field is blank.
The text was updated successfully, but these errors were encountered: