Wavesonics / compose-multiplatform-file-picker

A multiplatform compose widget for picking files
MIT License
347 stars 21 forks source link

ios image picker #90

Open abbasalim opened 8 months ago

abbasalim commented 8 months ago

Thanks for iOS supported add. But we can't select from iPhone Photos.

StefanOltmann commented 8 months ago

The process of choosing Apple Photos involves utilizing the PHImageManager API, which differs from selecting files through the file system picker.

sunildhiman90 commented 7 months ago

So are we planning to implement this feature to pick images from iPhone Photos?

StefanOltmann commented 7 months ago

Take a look at https://github.com/TEAM-PREAT/peekaboo

masterofdaemon commented 5 months ago

Take a look at https://github.com/TEAM-PREAT/peekaboo

it has problems with a aspect ratio

StefanOltmann commented 5 months ago

Take a look at https://github.com/TEAM-PREAT/peekaboo

it has problems with a aspect ratio

I don’t see a bug report related to that. Did you report to the project?

However, there is a dedicated image picker library present. File picking is something completely different from a technical point of view.

I think this is out of scope for this library, but that’s of course ultimately a decision the team has to make.