objective c - Run HTML scripts in Cocoa-Touch? -



objective c - Run HTML scripts in Cocoa-Touch? -

is there way run html scripts in ios application? want send email using script when uiswitch on, because have send encoded info not want user accidentally modify. have alternative in app preferences allow users send debugging info me can prepare app, kind of adobe did in mobile photoshop app. best way can think of doing utilize html script below:

<a href="mailto: subject= &body="></a>

also, app rejected if include that?

take @ mfmailcomposeviewcontroller: http://developer.apple.com/library/ios/documentation/messageui/reference/mfmailcomposeviewcontroller_class/reference/reference.html

and send debug info attachment (addattachmentdata:mimetype:filename:) user can't modify it. user can't modify attachments, delete them, warn user not delete attachment.

using html link still open mail service app , allow user edit message before sending.

html objective-c cocoa-touch

Comments

Popular posts from this blog

How do I check if an insert was successful with MySQLdb in Python? -

delphi - blogger via idHTTP : error 400 bad request -

postgresql - ERROR: operator is not unique: unknown + unknown -