masp
masp
I uninstalled ionic webview and one can see all pictures of the gallery. The problem is that Filereader() does not work. It does not give any callback (readAsArrayBuffer) and one...
Hello RenanLopes77, Your solution sounds like to "to undress a saint to wear another" (Chilean saying). I mean, you suggest to downgrade a plugin to make work this plugin. I...
I gave up. I am using now Camera plugin to pick the Pictures.
@Alain1405 you did it. To solve the Problem I changed some things because I am using Ionic. 1. I installed Ionic Webview (ionic cordova plugin add cordova-plugin-ionic-webview and npm install...
did you try it? I mean to use getThumbnail(). At least for me, it does not work. If you have a working code, please paste it in the answers. Miguel...
Hello. Finally I solved so: this.photoLibrary.getThumbnail(libraryItem).then(urlblob => { let url=URL.createObjectURL(urlblob); url = this.webview.convertFileSrc(url); myarraywithpictures.push( { thumbnailURL:this.getImgContent(url) } ); }); Miguel
I am not using Photolibrary plugin in iOS. I am using the plugin Camera to pick up pictures from de Photo Gallery. I use the Photolibrary plugin in Android, only...