cordova-plugin-wechat
cordova-plugin-wechat copied to clipboard
远程图片作为缩略图
兄弟可以增加远程图片作为缩略图吗? 参考https://github.com/xu-li/cordova-plugin-wechat/issues/45
囧, 暂时估计没时间做. 你可以使用 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