You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 8, 2021. It is now read-only.
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
});