diff --git a/src/imagepicker.ios.ts b/src/imagepicker.ios.ts index dd5f4c3..5c124fb 100644 --- a/src/imagepicker.ios.ts +++ b/src/imagepicker.ios.ts @@ -266,6 +266,7 @@ class ImagePickerPH extends ImagePicker { this._thumbRequestOptions.resizeMode = PHImageRequestOptionsResizeMode.Exact; this._thumbRequestOptions.synchronous = false; this._thumbRequestOptions.deliveryMode = PHImageRequestOptionsDeliveryMode.Opportunistic; + this._thumbRequestOptions.networkAccessAllowed = true; // needed for retrieving iCloud images this._thumbRequestOptions.normalizedCropRect = CGRectMake(0, 0, 1, 1); this._thumbRequestSize = CGSizeMake(80, 80);