Appcelerator Titanium WhatsApp Share“共享图片共享功能正常工作
if (require('main').Social.isActivityViewSupported()) {// iOS6 and later
require('main').Social.activityView({
removeIcons : "print,copy,contact,camera",
text : "Here's your ticket. Just show this QR Code at the cinema entrance", // + callfrom + " " + (movieName !== undefined ? movieName : '') + ' ' + (movi_url !== undefined ? movi_url : '') + ' \n\n' + (AppStoreLinkToShare !== undefined ? AppStoreLinkToShare : ''),
//url : e.source.AppStoreLinkToShare, // 'https://beta.inoxmovies.com/Index.aspx',
image : nativePath,//(e.source.movieImageURLToShare !== undefined ? e.source.movieImageURLToShare : '')
});
}