Andrea Steffanoni
Andrea Steffanoni
Still stuck with the issue. I had to bypass some code to make the plugin working. Here is my workaround. ``` if (this._saveToGallery) { PHPhotoLibrary.sharedPhotoLibrary().performChangesCompletionHandler(function () { PHAssetChangeRequest.creationRequestForAssetFromImage(imageSourceResult_1.ios); }, function...
Same issue. Thanks @3rror404, your workaround worked for me as well.
Same problem for me. I followed Snailsloth suggestion, and the solution was really simple: After adding qs to the project (npm add qs --save), params and url are simple to...