E-Mail sharing not working

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…

@kripa1415, what happens when native.showPopup(“mail”, options) is called on Kindle Fire?  I could be wrong, but if nothing happens, then the chances are, your Kindle Fire device does not have email app set up yet.

Naomi

@kripa1415, what happens when native.showPopup(“mail”, options) is called on Kindle Fire?  I could be wrong, but if nothing happens, then the chances are, your Kindle Fire device does not have email app set up yet.

Naomi