vilicvane / cordova-plugin-wechat

Cordova 微信分享插件
172 stars 53 forks source link

远程图片作为缩略图 #27

Open ghostgrass opened 8 years ago

ghostgrass commented 8 years ago

兄弟可以增加远程图片作为缩略图吗? 参考https://github.com/xu-li/cordova-plugin-wechat/issues/45

vilicvane commented 8 years ago

囧, 暂时估计没时间做. 你可以使用 xhr 下载图片后 encode 成 base64. 不需要修改 native 代码.

参考: http://stackoverflow.com/questions/7255719/downloading-binary-data-using-xmlhttprequest-without-overridemimetype http://stackoverflow.com/questions/9267899/arraybuffer-to-base64-encoded-string