react-native-image-crop-picker icon indicating copy to clipboard operation
react-native-image-crop-picker copied to clipboard

[Android] Multiple selection images do not work in the basic gallery of Samsung Galaxy S10

Open LeeKyungJoon opened this issue 3 years ago • 10 comments

Version

Tell us which versions you are using:

  • react-native-image-crop-picker v0.35.1
  • react-native v0.63.2

Platform

Tell us to which platform this issue is related

  • iOS 14.1
  • Android 10

Expected behaviour

Actual behaviour

Steps to reproduce

Attachments

Multiple selection images do not work in the basic gallery of Samsung Galaxy S10. In other places,multiple selection images working, but it doesn't work only in the basic gallery. What should I do?

Love react-native-image-crop-picker? Please consider supporting our collective: 👉 https://opencollective.com/react-native-image-crop-picker/donate

LeeKyungJoon avatar Dec 03 '20 04:12 LeeKyungJoon

me too, how can i resolve?

GOGOGOSIR avatar Dec 09 '20 09:12 GOGOGOSIR

me too, how can resolve ?

nguyenductoan1995 avatar Jan 08 '21 08:01 nguyenductoan1995

android/app/src/debug/AndroidMaifest.xml

<manifest ...>
    <application ... android:requestLegacyExternalStorage="true" ... />
</manifest>

ssayebee avatar Feb 02 '21 05:02 ssayebee

Looks like it does not work for all Samsung devices.

VadimDyliko avatar Mar 22 '21 05:03 VadimDyliko

Yeah agreed it doesn't seem to do it in the Gallery of my Samsung A50. Somehow it works in the default interface it opens but not in the normal gallery. Process is quite painful for a user who wants to select multiple pictures from their gallery as a result -> click button to open picker -> navigate to gallery -> find picture -> repeat Any solutions?

Edit: For clarification I was agreeing with @VadimDyliko specifically. Also see #1309 and #1475 for similar posts

maxime-memtell avatar May 04 '21 13:05 maxime-memtell

here is a patch thats needed to fix this, https://github.com/Shadowboxer-OpenSource/react-native-image-crop-picker/commit/c0c48fc4703ce0050a630b4beb1a1b4a1ed32e75

bed-sb avatar Dec 16 '21 22:12 bed-sb

here is a patch thats needed to fix this, Shadowboxer-OpenSource@c0c48fc

Hi @bed-sb can't you open a PR on your fix?

jonno85 avatar May 08 '22 08:05 jonno85

Heyo! I can, I just don't have too much time to go back and forth with it atm (wrangling a 3yo and a 1 month old baby here!)

bed-sb avatar May 08 '22 22:05 bed-sb

@jonno85 apologies for the delay, here's the PR https://github.com/ivpusic/react-native-image-crop-picker/pull/1779/

bed-sb avatar May 11 '22 09:05 bed-sb

@jonno85 apologies for the delay, here's the PR #1779

No problems at all, @bed-sb thank you for the support 🙏

jonno85 avatar May 11 '22 20:05 jonno85