Capacitor: feat: Camera select multiple photos

Created on 10 Jan 2020  ·  3Comments  ·  Source: ionic-team/capacitor

Feature Request

Describe the Feature Request

I want to be able to select multiple photos from the gallery

Platform Support Requested

  • [x] Android
  • [x] iOS
  • [x] Electron
  • [x] Web

Describe Preferred Solution

create method getPhotos same as getPhoto just return an array

enhancement feature request

Most helpful comment

also with input file multiple you cannot limit maximum files to select for example...

All 3 comments

Issues tagged with feature request are closed but tracked for reactions to gauge interest.

Note that you can use the html input tag with type file and multiple attribute, that should work on all platforms.
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/file

Issues tagged with feature request are closed but tracked for reactions to gauge interest.

Note that you can use the html input tag with type file and multiple attribute, that should work on all platforms.
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/file

But this approach is different. Adding multiple selection to capacitor will be better

also with input file multiple you cannot limit maximum files to select for example...

Was this page helpful?
0 / 5 - 0 ratings