I want to be able to select multiple photos from the gallery
create method getPhotos same as getPhoto just return an array
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
inputtag with typefileandmultipleattribute, 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...
Most helpful comment
also with input file multiple you cannot limit maximum files to select for example...