I am currently using Ionic 3 with Cordova and looking to possibly upgrade my App to Ionic 4 and use Capacitor instead.
One of the reasons why is that the image picker seems to be a little bit laggy running iOS 13 (beta version) and I was wondering if maybe using Capacitor instead of Cordova might be a solution but I cannot find any documentation for picking multiple images from the photo library with Capacitor. It seems Capacitor can get images from the photo library using the Camera plugin but there is no reference to picking multiple images.
Does anyone know if there is a multiple image picker available in Capacitor?