local function onTap(event)
native.showPopup("mail", {to="rob@robmiracle.com", from="rob@omnigeekmedia.com", subject="How Now Brown Cow", body="The rain in Spain falls mainly on the plain!", isBodyHtml=false})
end
local btn = display.newRect(100,100,100,100)
btn:setFillColor(255)
btn:addEventListener("tap", onTap)
I know we don’t have much more than the release notes to go on, but based on what I read, that code should work.
Am I missing something? I’m not getting the popup at all. Any one gotten this new feature to work yet?
[import]uid: 19626 topic_id: 19297 reply_id: 319297[/import]