Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Camera.Pickimages slow on multiple images #2314

Open
ChristofferAaen opened this issue Feb 13, 2025 · 1 comment
Open

Camera.Pickimages slow on multiple images #2314

ChristofferAaen opened this issue Feb 13, 2025 · 1 comment
Labels

Comments

@ChristofferAaen
Copy link

Bug Report

We are using capacitor camera.pickimages, to fetch images from the gallery, however if we pick multiple images from the gallery the response from the function becomes slower and slower. And the amount of images is not that great. If I select 50 images the function takes up to 1 min to responde on a Samsung S22 ultra. We sould like that to be increased

Plugin(s)

Capacitor Version


![Image](https://github.com/user-attachments/assets/cba852dc-76fb-402c-a43d-05d3d6d44d33)

Platform(s)

Current Behavior

Expected Behavior

Code Reproduction

Other Technical Details

Additional Context

@ionitron-bot ionitron-bot bot added the triage label Feb 13, 2025
@Duoquote
Copy link

Not really related to question but how do you select multiple images? Does it differ from device to device? In android studio emulator I am only abled to select one image at a time;

...
                      Camera.pickImages({
                        quality: 95,
                      })
...

Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants