Hi,
My email sharing not working in kindle fire devices but It works just fine on other tablets.
My code is:
local options =
{
to = { },
cc = { },
subject = “Title”,
isBodyHtml = true,
body = “Body”
}
native.showPopup(“mail”, options)
and also some buttons working fine in kindle fire simulator but not working in kindle fire devices.
I am using 2013:1137 build
what is the problem? please tell me…