Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

a "count" bug only happen in android #3

Open
bau720123 opened this issue Mar 15, 2015 · 1 comment
Open

a "count" bug only happen in android #3

bau720123 opened this issue Mar 15, 2015 · 1 comment

Comments

@bau720123
Copy link

hi @applifygit and @ratkop
when I set
maximumImagesCount: 10

step 1
when I choose greater than 10 photos
http://www.littlebau.com/picker/01.jpg

step 2
I cancel two photos
http://www.littlebau.com/picker/02.jpg
the counter become 8 (10-2)
but in fact it should be 9 (11-2)
at the moment should be 11

step 3
if I cancel all photos
http://www.littlebau.com/picker/03.jpg
it will become -1 (10-11)
but in fact it should be 0 (10-10)

PS
so strange,ios have no "counter" function
any reason ?

@bau720123
Copy link
Author

hi @ratkop
any idea ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant