当我尝试使用某些外部源在我的PhoneGap应用程序中显示图像时,我有一个奇怪的问题,应用程序在浏览器中工作正常,但是当我在手机上打开它时,例如在PhoneGap中,开发人员图像无法渲染。 / p>
<li>
<a href="#">
<img src="http://imshopping.rediff.com/imgshop/80-90/shopping/pixs/4585/c/Cu_11515095._cute-basket-of-fresh-pink-roses-flower-gift-282.jpg" width="80" height="80">
<h3>8.3.2016</h3>
</a>
</li>
How image is rendered in PhoneGap Developer
我甚至在config.xml中添加了以下行,但没有任何改变:
<access origin="*" />
<allow-navigation href="*" />
<allow-intent href="*" />
仍然阻挡外部资源...