It looks like you're new here. If you want to get involved, click one of these buttons!
function encode_parameter(str) return str:gsub('[^-%._~a-zA-Z0-9]',function(c) return string.format("%%%02x",c:byte()):upper() end) end
Comments
application:openUrl("mailto:user@foo.com?subject=Test&body=Just%20a%20test")
Thanks
Games: Android