LaunchEmail doesn't work on iOS

I want to send email from my app. For that I’ve used LaunchEmail Class. The code looks exactly as in documentation:

<Clicked>
     <LaunchEmail To="email@example.com" Subject="Test" CarbonCopy="" BlindCarbonCopy="" Message="Hello world!" />
</Clicked>

And I included "Fuse.Launcher" string in my unoproj file. On Andoid devices this works as intended. But on my iPad-mini nothing happened.

What I missed? Thank you!

That was unfortunate. We will have to investigate this further.

I have tried FuseJS/Email Module, but with no success :frowning:

There are problems on iOS and Android as well. It seems, that fuse tries to launch email application it appears tens of seconds later on close my app.

same issue here