baijunjie / PhotoClip.js

一款手势驱动的裁图插件 / A gesture to drive image cropping plug-in
MIT License
638 stars 216 forks source link

安卓设备上options.img属性设置的问题 #30

Closed yafanzhang closed 7 years ago

yafanzhang commented 7 years ago

在安卓设备上使用此插件,options.img属性设置为file:///data/data/com.abc.cheng/cache/tmp_ImageSelector_20161121_121131-751232154.JPEG,无法正常运行,这个问题怎么解决?

baijunjie commented 7 years ago

你可以先使用

<img src="file:///data/data/com.abc.cheng/cache/tmp_ImageSelector_20161121_121131-751232154.JPEG">

来测试你的设备是否可以从这个路径中正确获取图片 options.img 也是这样获取的

wmlgl commented 7 years ago

可以把图片转成data uri