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
系统:
s3mytao
9 years, 3 months ago