我正在尝试将存储在手机上的图像分享到我的Twitter社交网络。问题是图像的路径出现但不是图像。我该如何解决?
var text="text";
var image="file:///storage/emulated/0/morphingApp/evolucion_1500930109465.gif";
var link="https://play.google.com/store/apps/details?id=com.nintendo.zara&hl=es";
window.plugins.socialsharing
.shareViaTwitter(text, "",image,link,
function(errormsg){ alert("yo dont have twitter app")});
我正在使用android
答案 0 :(得分:0)
这适用于iOs还是Android?
请参阅: https://cordova.apache.org/docs/en/latest/reference/cordova-plugin-file-transfer/
Android也会双重检查清单和 https://cordova.apache.org/docs/en/latest/reference/cordova-plugin-whitelist/index.html
答案 1 :(得分:0)
.shareViaTwitter(文字,图片,链接)这是更正!