在Cordova + JQuery Mobile中,我从cordova@6.5.0,android platform@4.1.1升级到cordova@7.1.0,android platform@6.5.0,"直接" PDF下载链接:
<a href="..." target="_blank">...</a>
在升级之前运行良好,停止工作。 行为是特殊的:http请求出现在chrome:// inspect(网络标签)上,作为&#34;待定&#34;片刻,然后&#34;取消&#34;,0字节转移。 在服务器端,定期处理请求并以200 OK,非零响应大小回答。这应该排除我认为的SCP问题。
此外,相同的方法适用于文本文件,图像,...不适用于PDF。
有什么建议吗?
编辑
当前SCP
&#34; default-src * gap:// ready; style-src *&#39; self&#39; &#39;不安全直插&#39 ;; script-src *&#39; self&#39; &#39;不安全直插&#39; &#39;不安全-EVAL&#39 ;; img-src *&#39; self&#39; 数据:&#34;
config.xml代码段
<access origin="*" />
<allow-intent href="http://*/*" />
<allow-intent href="https://*/*" />
<allow-intent href="tel:*" />
<allow-intent href="sms:*" />
<allow-intent href="mailto:*" />
<allow-intent href="geo:*" />
<allow-navigation href="http://*/*" />
<allow-navigation href="https://*/*" />