Open amr-design opened 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
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