Good day everyone, I have little problem in native.showPopup( “mail”, options ). It shows at first (slides up) then in a few seconds it hides (slides down). My version of corona is v2015.2756. I use this version because my ios sdk is 9.1
even in this simple code, the problem still exist. Is this a bug?
main.lua
[lua]
local options =
{
to = {“rylaya@binaryideas.com”},
subject = “Contact form shohreh | From game app”,
body = “(edit)”,
}
native.showPopup( “mail”, options )
[/lua]
in my config.lua
[lua]
application =
{
content =
{
width = 320,
height = 480,
scale = “zoomEven”,
fps = 30,
–[[
imageSuffix =
{
["@2x"] = 2,
},
–]]
},
}
[/lua]
Thank you.
.
