viezel / TiSocial.Framework

iOS6+ Social.Framework. Appcelerator apps are able to share content to Facebook and Twitter.
MIT License
257 stars 102 forks source link

Different status text for email #135

Open arifje opened 9 years ago

arifje commented 9 years ago

Can't seem to get this done with the most recent version.

We need to set a different text value when a user is sharing with email. This string contains html and other stuff, but for shares via Facebook/Twitter etc, we need another text.

Is this possible? Maybe an eventlistener when clicking an share icon so we can set a custom value for it?

chmiiller commented 9 years ago

I've tried the new "emailIsHTML" feature but doesn't seems to work. If it is set to True, the email dialog shows HTML text properly but SMS, Twitter, Facebook text are empty. If the property is False, email again shows properly but the others shows HTML tags =/ Let me know if you found something, tks

chmiiller commented 9 years ago

I've created something today @skoften, take a look https://github.com/viezel/TiSocial.Framework/issues/143