首页 > img标签显示不了file以及cdvfile协议的图片

img标签显示不了file以及cdvfile协议的图片

如题,img标签的src指定file或者cdvfile协议的图都显示不了,但是http的可以,已经配置了compileProvider白名单

<!-- 图片显示不了 -->
<img src="cdvfile://localhost/temporary/1443066824077.jpg" alt="" style="max-width: 100%">
<img src="file://......" alt="" style="max-width: 100%">
$compileProvider.imgSrcSanitizationWhitelist(/^\s(https|file|blob|cdvfile):|data:image\//)

图片路径是没问题的,因为可以在手机浏览器直接访问(cdvfile的当然不行啦)

运行环境:

手机:nexus 6
系统:


你好,请问你后面是怎么搞定的?

【热门文章】
【热门文章】