nativescript-imagepicker icon indicating copy to clipboard operation
nativescript-imagepicker copied to clipboard

Max Image for multiple selection feature.

Open vancaug opened this issue 7 years ago • 3 comments

Hello,

Would be great to have a max image number parameter for mode: "multiple".

Regards,

vancaug avatar Dec 08 '16 10:12 vancaug

Isn't implemented yet ?

OPADA-Eng avatar Sep 06 '17 09:09 OPADA-Eng

Hi @OPADA-Eng ,

We don't have plans to implement this feature in the near future but you may have noticed it is marked "up for grabs". This means that anyone having the need and desire to implement it is more than welcome to do it and submit a PR.

Best regards, Veselina

radeva avatar Sep 15 '17 11:09 radeva

Hi guys, the latest version of the imagepicker plugin now offers maximumNumberOfSelection option, working in iOS. Sample:

import * as imagepicker from "nativescript-imagepicker";

imagepicker.create({ mode: "multiple", maximumNumberOfSelection: 4 })

I hope this helps.

tbozhikov avatar Apr 13 '18 14:04 tbozhikov