I am working on a Galley component within an app that runs on Capacitor. I am using the Plugins.Photos.getPhotos() method to retrieve the images. Works okay for iOS, but on Android error is returned message: "not implemented".
Is it ready only for iOS? Why would it be released to prod for only one platform? Is there an ETA on the Android part?
Or am I doing something wrong? This is the code that works fine for iOS, but not on android.
The solution you have provided is what we currently use in our app, but unfortunately if doesn’t support multiple photo selection. At least for android it does not.
Can we expect the plugin to be available at any time for android?
Not aware of any plans to work on this in the near term. That said, Capacitor’s open to the community, so PRs are welcome. You can track status of issues and new releases here.