From 7c6b117643bf7a01cf62f29a1aa6075b00d3b2f4 Mon Sep 17 00:00:00 2001 From: Daniel Sogl Date: Sat, 17 Mar 2018 10:03:06 +0100 Subject: [PATCH] docs(image-resize): add note about fileName for iOS platform --- src/@ionic-native/plugins/image-resizer/index.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/@ionic-native/plugins/image-resizer/index.ts b/src/@ionic-native/plugins/image-resizer/index.ts index 2928e119..165ffbcd 100644 --- a/src/@ionic-native/plugins/image-resizer/index.ts +++ b/src/@ionic-native/plugins/image-resizer/index.ts @@ -31,8 +31,7 @@ export interface ImageResizerOptions { quality?: number; /** - * A custom name for the file. Default name is a timestamp - * (Android and Windows only) + * A custom name for the file. Default name is a timestamp. You have to set this value on iOS */ fileName?: string; }