AndreasGassmann
AndreasGassmann
Just FYI, we use the same stack (ionic + cordova) in our project [AirGap](https://airgap.it). We use docker and our builds are deterministic, see the discussion [here](https://github.com/airgap-it/airgap-vault/issues/13).
I had to do the same as @gesielrosa to get it working.
No this is still open. We didn't include this feature in our app.
Not on my side, I no longer use this plugin in any of my projects. It's a pity that this plugin is not maintained anymore.
Yes, that's pretty much what I want to do: - Loading all images from the library (metadata) - Displaying a list of thumbnails - After the user selects the pictures...
Looks like you are right. I looked at cordova-plugin-camera and they are also creating a local file. I would really like to avoid copying multiple full sized images into JS,...
I implemented it in a slightly different way here: https://github.com/AndreasGassmann/cordova-plugin-photo-library/tree/nativeFileUrls It is already being used in production and so far it works fine. I also included a change that greatly...
@flogr Sorry for the late reply, I was on vacation. Yes, I have been using my branch in production (Android and iOS) and it seems to work without any issues...
@flogr I think I would have to document the changes in the readme before it can be merged. I might have time to do that in a couple of days....
@justinbiggs Ah yeah, I didn't change the PhotoLibrary.d.ts, so the definitions there are wrong. I'll add that soon (or you can make a PR on my fork)