Possible bug with the latest stable release (2012.840 / 2012.06.19).
I am trying to use the native.showPopup for email, however it doesn’t work for the app when built to my iPad 2, but does work in my iPhone 4s.
Function below shows the code I use. The native.showAlert and SMS work in the simulator and on both devices, but the mail one wont work on my iPad.
[lua]function emailJoke()
native.showPopup(“mail”, {
to = “”,
subject = “”,
isBodyHtml = false,
body = “”})
– native.showPopup(“sms”, optionsSMS)
– native.showAlert(“Mail”, “W U NO WORK ON iPad.”, {“Ok”},fakeListener)
end[/lua]
Any ideas? [import]uid: 62706 topic_id: 30031 reply_id: 330031[/import]