cordova-plugin-wechat icon indicating copy to clipboard operation
cordova-plugin-wechat copied to clipboard

远程图片作为缩略图

Open ghostgrass opened this issue 9 years ago • 1 comments

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

ghostgrass avatar Dec 04 '15 08:12 ghostgrass

囧, 暂时估计没时间做. 你可以使用 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

vilicvane avatar Dec 04 '15 09:12 vilicvane