compose-multiplatform-file-picker icon indicating copy to clipboard operation
compose-multiplatform-file-picker copied to clipboard

ios image picker

Open abbasalim opened this issue 2 years ago • 5 comments

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

abbasalim avatar Nov 29 '23 11:11 abbasalim

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

StefanOltmann avatar Dec 04 '23 19:12 StefanOltmann

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

sunildhiman90 avatar Jan 07 '24 15:01 sunildhiman90

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

StefanOltmann avatar Jan 23 '24 16:01 StefanOltmann

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

it has problems with a aspect ratio

masterofdaemon avatar Mar 02 '24 16:03 masterofdaemon

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.

StefanOltmann avatar Mar 02 '24 19:03 StefanOltmann