AndreasGassmann
AndreasGassmann
I just saw the job offer on upwork. I'm curious what kind of issue you have with my fork/branch. I created a gitter room for this project where we can...
@flogr It is definitely possible on Android, but I didn't find a way on iOS (but I have no experience with Swift/Objective C). One possibility would be to add a...
Ionic Native doesn't have those features included. This will only happen if it gets merged into the main branch of this repository. So for now you will have to use...
The PhotoLibrary.d.ts is not updated, that's the main reason I didn't make a pull request yet. My code looks like that (p.id is the id of a photo that I...
Are you displaying the pictures directly after loading them? I noticed that my device kept freezing if you try to display too many pictures at once. I ended up displaying...
@viskin Did you have time to look into this? I am about to upgrade my app to WKWebView and will probably run into this issue.
Has anyone tried this plugin? https://github.com/domax/cordova-plugin-photos I didn't have time to really look into it, but it seems that he is returning the image data and then displaying the blob...
Has anyone made any progress here? With the Ionic v4 beta released I guess a lot of people are getting ready to upgrade, which will probably also include the WKWebView...
This is currently not possible. You will have to change how the plugin works. I made some changes in my fork to get a photo with the file:// url, but...
Hi @soulmecca. My code is available in my fork: https://github.com/AndreasGassmann/cordova-plugin-photo-library/tree/nativeFileUrls Are you using WKWebView? Because if you don't then you can also just display it using `cdvphotolibrary://` as described in...