From 66a82dd5cefb8f2db8202cb5fbfc9a232d42e9e1 Mon Sep 17 00:00:00 2001 From: IonicOnCouch Date: Sun, 14 May 2017 04:46:41 +0200 Subject: [PATCH] docs(): maximumImagesCount works only for Android. (#1540) The option "maximumImagesCount" works only for Android. So there should be a comment. --- src/@ionic-native/plugins/image-picker/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/@ionic-native/plugins/image-picker/index.ts b/src/@ionic-native/plugins/image-picker/index.ts index e92ac32ad..8470f2acd 100644 --- a/src/@ionic-native/plugins/image-picker/index.ts +++ b/src/@ionic-native/plugins/image-picker/index.ts @@ -4,7 +4,7 @@ import { Cordova, Plugin, IonicNativePlugin } from '@ionic-native/core'; export interface ImagePickerOptions { /** - * max images to be selected, defaults to 15. If this is set to 1, upon selection of a single image, the plugin will return it. + * max images to be selected, defaults to 15. If this is set to 1, upon selection of a single image, the plugin will return it. (Android only) */ maximumImagesCount?: number;