viezel/TiSocial.Framework

Different status text for email

Opened this issue · 2 comments

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?

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

I've created something today @skoften, take a look
#143