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

new line #160

Open amr-design opened 8 years ago

amr-design commented 8 years ago

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