Hi all.
I have a question about the DocumentPicker.
Is it possible to show only PDF files? The problem is that in the user's phone might be PDF, Word, Excel files. And the user can mistakenly select a wrong file.
If I use
it shows all file types.
I tried to use this
- I see all the files but all of them are grey out.
Thanks.
I have a question about the DocumentPicker.
Is it possible to show only PDF files? The problem is that in the user's phone might be PDF, Word, Excel files. And the user can mistakenly select a wrong file.
If I use
B4X:
DocumentPicker.InitializeImport("picker", Array("public.content"))
I tried to use this
B4X:
DocumentPicker.InitializeImport("picker", Array("UTType.pdf"))
Thanks.