viezel/TiSocial.Framework

new line

Opened this issue · 0 comments

hello
i try use "/n" as new line
var Social = require('dk.napp.social');
var text = txt1 + "\n" + txt2;
if (Social.isActivityViewSupported()) { // iOS6 and later
Social.activityView({
text: text,
url: url
});

but its not work
thank you