问题标签 [uidocumentpicker]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
41 浏览

ios - 如何在同一个VC中设置多个UIDocumentPickers

在我工作的一个 VC 中,有三个按钮,每个按钮都应该为不同类型的媒体提供一个文档选择器。我已经配置了这个——但我不确定如何处理我的委托方法

我如何监控哪个文档选择器触发了委托方法,因为每个按钮都应该以不同的方式处理这个函数?我尝试使用controller.tag,但这似乎不是 a 的属性UIDocumentPickerViewController。任何指针将不胜感激谢谢。

0 投票
1 回答
159 浏览

firebase - Can a SwiftUI document based app show Firestore documents in the SwiftUI document browser directly?

Using Swift 5.3.1, Xcode 12.2, iOS 14.2.

Is it possible to directly access Firestore documents from within a DocumentGroup based iOS app?

I know that you can show the document browser with iOS 14 and SwiftUI. And it is also able to show iCloud or custom cloud documents.

But I wonder if Firestore can be the external cloud for your custom-typed document picker in iOS?

If yes, how?

0 投票
1 回答
652 浏览

react-native - 在本机反应中选择目录

有谁知道如何在react-native使用中选择目录react-native-document-picker?我一直在使用react-native-document-picker选择不同扩展名的文件,但我还没有遇到任何功能来选择目录?请指导我解决问题。

谢谢!

0 投票
1 回答
32 浏览

swift - 如何限制 UIDocumentPicker 在 iOS 14.0 swift 中添加 .sh 可执行文件?

目前使用[.plainText, .spreadsheet, .html, .pdf, .xml, .presentation, .jpeg, .bmp, .gif, .png, .tiff, .content]这些 UTTypes 但仍然能够附加 .sh 类型文件,我如何通过仍然支持文本和 doc 文件来限制可执行文件。

UTType 也没有为 .doc、.docx 文件指定类型

0 投票
1 回答
213 浏览

react-native - 尝试在本机反应中使用文档选择器时无法读取未定义的属性(读取“选择”)

我正在尝试document picker用于我的react-native应用程序。我试过这个命令来安装文档选择器:npm i react-native-document-picker. 编写一些代码后,我首先在网络浏览器上打开我的应用程序。但是当我尝试单击选择文件的按钮时,总是会发生此错误。有没有人有解决这个问题的方法?

非常感谢大家。下面是我的代码示例

0 投票
0 回答
50 浏览

reactjs - 可能的未处理承诺拒绝(id:0)(基于文档选择器)

react-native-document-picker 出现错误
根据我的问题我找不到解决方案,所以我尝试这种方式。如果按下按钮,则不会打开新窗口,只会出现错误。我尝试使用 POD 更新,但我认为我的代码有问题。

它基于包文档

我通过 expo 在虚拟 iPad 上打开它。

0 投票
1 回答
33 浏览

swift - 如何从文本文件 iOS 15 中读取数据

更新:此代码适用于模拟器,但不适用于我的设备。显然,我需要它来处理两者。

我已按照教程进行操作,但似乎无法使此功能正常工作。当用户选择 barButtonItem 时,DocumentPicker 打开,允许用户选择一个 .txt 文件。然后,我将 URL 带到所选文件并尝试从中返回一个字符串;但是,我收到以下错误:“无法打开文件“Test.txt”,因为您无权查看它。” 我错过了什么?我没有在某个地方请求许可吗?我试过清理构建文件夹 - 没有用。