Sorry if this has been asked before, but I couldn’t find anything.
I am using the following code to send feedback back to me, my hope is it would show the mail client and allow the user to complete the email in the email client.
[lua]
local options =
{
to = “riceburgerlabs@gmail.com”,
subject = “Pocket Ball Feedback”,
body = “My feedback for Pocket Ball is…”,
}
native.showPopup( “mail”, options )
[/lua]
However, it seems to pop up the general share pop up in which the user can select from a range of options (whatsapp, email, send to drive …), is this the normal behavior? It seems like adding “mail” has no impact?
Tested on Android, havent tested on iOS yet.
Corona Build 3455
Cheers,
Craig