带有iOS 9.2问题的iPad在输入时接受pdf

Pat*_*sik 13 html ipad

我们有一个Web应用程序:

<input type="file" accept="application/pdf"/>
Run Code Online (Sandbox Code Playgroud)

应用程序必须在iPad上运行.但是当用户尝试从iCloud Drive中选择PDF文件时,问题就出现了.所有文件都可用.图像/*工作正常(它会使所有非图像变灰).

我也试过了

<input type="file" accept=".pdf, application/x-pdf, application/vnd.pdf, text/pdf"/>
Run Code Online (Sandbox Code Playgroud)

但它不起作用.

编辑:

仍然没有找到任何方法来解决这个问题.目前,应用程序已在服务器端进行验证.

Bra*_*hel 1

似乎是 iOS Safari 问题,参考此处:

https://openradar.appspot.com/36726477