appcelerator Titanium WhatsApp Share «изображение можно обмениваться текстом работает обмен - PullRequest
0 голосов
/ 23 мая 2019

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 : '')
            });
        }
...