amugofjava / anytime_podcast_player

Simple, easy to use Podcast player app written in Flutter and Dart.
BSD 3-Clause "New" or "Revised" License
376 stars 99 forks source link

OPML Import - cannot select input file on iOS #82

Closed amugofjava closed 1 year ago

amugofjava commented 1 year ago

Describe the bug When attempting to select an OPML file on the device or iCloud, any OPML files are greyed out and not selectable.

To Reproduce Steps to reproduce the behavior:

  1. Got to settings and select Import OPML.
  2. Use the file manager to locate an OPML file.
  3. The file will be greyed out and cannot be selected.

Expected behavior OPML files should be selectable for import.

Screenshots Screenshot 2023-02-02 at 16 18 29

Smartphone (please complete the following information):

Additional context There is an additional problem with export. If you select Export OPML and then close the popup share panel you are left with a blank screen. You have to kill and restart Anytime to get out of it.

Chralu commented 1 year ago

Hi @amugofjava ,

this iOS issue seems directly related to file_picker : https://github.com/miguelpruivo/flutter_file_picker/issues/1148