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

1.0.24 issue #5

Open
bau720123 opened this issue Apr 11, 2015 · 17 comments
Open

1.0.24 issue #5

bau720123 opened this issue Apr 11, 2015 · 17 comments

Comments

@bau720123
Copy link

when I use 1.0.24 version in android
the "Top right corner" botton "OK" can't click anymore (always disable)
but 1.0.19 is OK !!

@applifygit
Copy link
Collaborator

Hi,
We will analyze and provide feedback.

@bau720123
Copy link
Author

thanks @applifygit

@bau720123
Copy link
Author

hi @applifygit
could you tell me first
if I downgrade the version
which version will be "OK" (1.0.19 - 1.0.24)
which one ?
https://build.phonegap.com/plugins/2590

@pixxio
Copy link

pixxio commented May 28, 2015

@applifygit @ratkop

Any news on this?
I would really appreciate if this issue could be fixed :)

Regards,
pixxio

@ratkop
Copy link
Owner

ratkop commented May 28, 2015

Hi,
The latest version is ok to use.
Regards,

@bau720123
Copy link
Author

hi @ratkop
but it still 1.0.24 version for now
https://build.phonegap.com/plugins/2590

@ratkop
Copy link
Owner

ratkop commented May 28, 2015

That is the latest version and you can use that one

@bau720123
Copy link
Author

hi @ratkop
well....
but my problem is occur in 1.0.24 version
please see the first topic content

@ratkop
Copy link
Owner

ratkop commented May 28, 2015

Hi,

We have tested this on many devices and we did not had this problem.

Regards,

@pixxio
Copy link

pixxio commented Jun 2, 2015

@ratkop

I tried version 1.0.24 with a Samsung Galaxy S3 and a Google Nexus 7 and this issue appears on both devices.
unbenannt

If you need any more info please let me know,

Regards

@ratkop
Copy link
Owner

ratkop commented Jun 2, 2015

Can you try to select minimum of 20 photos? We had a requirement for Android to be like that

@pixxio
Copy link

pixxio commented Jun 2, 2015

It works if i select a minimum of 20 photos!
I'm ready to do more testcases for you if you want.
Will you be able to fix it with this info?

@pixxio
Copy link

pixxio commented Jun 10, 2015

@ratkop
Hi ratkop,

any news on this?
I would be so happy if i could use your plugin on Android :)
But selecting at least 20 images is no option for my application :(
Maybe you could implement a js-variable to set the minimum number of images the user has to select before he can tap OK?

Regards

@clarklight
Copy link

Go to the MultiimageChooserActivity.java
Find this part, private void updateAcceptButton() {
((TextView) getActionBar().getCustomView().findViewById(fakeR.getId("id", "actionbar_done_textview")))
.setEnabled(fileNames.size() != 0 && fileNames.size() > 19);
getActionBar().getCustomView().findViewById(fakeR.getId("id", "actionbar_done")).setEnabled(fileNames.size() != 0 && fileNames.size() > 19);
}

They have the > side wrong, they had it < so you have to select more than 20 images.

But i have another weird problem, if i use the Native URI they provided, i still cant use that to upload the photo with the cordova file transfer script.

Something like this won't upload file:///data/data/com.phonegap.testapp/cache/20150706_1917211404084718.jpg
Even this wont upload file://storage/emulated/0/DCIM/Camera/20150706_1191721.jpg

It has to be this file:///storage/emulated/0/Android/data/com.phonegap.testapp/cache/modified.jpg?1436412748271

@pixxio
Copy link

pixxio commented Jul 9, 2015

Thanks clarklight!
I just removed both " && fileNames.size() > 19" and i seems to work perfectly!

@bau720123
Copy link
Author

wow~
seem @clarklight solve the problem
could please @clarklight made a pull request to @ratkop
and let @ratkop to release a new version ?

@b-alidra
Copy link

b-alidra commented Jan 8, 2016

@ratkop
Please consider PR #9

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

6 participants