【发布时间】:2013-11-28 09:16:44
【问题描述】:
我们正在使用 java/spring 开发移动 Web 应用程序,但在 Windows Phone 8 上下载 pptx、xls 等文件时遇到问题。
在 HTML 中,我们有这样的简单代码。
<div>
<a class="attchLink ui-link" target="_blank" href="/rest/item/DOCID159636/attachment/presentation.pptx">presentation.pptx</a>
</div>
在我们测试过的所有手机(iPhone 4S、5、Samsung Galaxy 4、mini、Windows phone 7)上,它运行良好,但在带有 Windows Phone 8 的诺基亚上,我们有时会卡在图标上 Tab 以打开 下载文件后显示女巫。 PPTX 文件大约有 500KB,所以文件大小不会有问题,而且有时手机(15%)会打开它。
有人知道这个问题是可以解决的还是只是 Windows phone 8 中 Microsoft 方面的错误?
【问题讨论】:
标签: java html spring windows-phone-8 mobile-website