hpoul / file_picker_writable

Flutter plugin to choose files which can be read, referenced and written back at a later time.
https://pub.dev/packages/file_picker_writable
MIT License
17 stars 13 forks source link

Cannot select files, they seemed to be disabled #24

Open S-Man42 opened 3 years ago

S-Man42 commented 3 years ago

My iOS app contains your file picker dialog and is used for several file types.

One function is to open GPX and KML map files. However, when I open the file selector I can see the requested files but I am not able to select them, they look disabled; when I tap on them, nothing happens.

Two things are strange:

  1. Another function must open image files. This is done with the same open file widget and works properly.
  2. We tested three different devices (2 different iPhones, 1 iPad). Only on my iPhone 11 Max has the problem. The other devices can open the GPX files without any problems.

So, I believe it depends on my specific device. I was looking for a specific permission which I can set somewhere in the settings but I was not able to solve the problem.

Does anybody has an idea why it is not possible to open the files?

Kind regards!