Xflnemesys / gwt-phonegap

Automatically exported from code.google.com/p/gwt-phonegap
0 stars 0 forks source link

Module Camera : MediaType isn't working #73

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
Providing parameter PictureOptions.CAMERA_MEDIA_TYPE_ALL or 
PictureOptions.CAMERA_MEDIA_TYPE_VIDEO actually do nothing

What is the expected output? What do you see instead?

According to the parameter, we should be able to select only video or 
video+photos in the photo library

What version of the product are you using? On what operating system?

2.2.4

Please provide any additional information below.

Some modifications need to be done in CameraMobileImpl. The line "mediaType" is 
missing from the var "localOptions".

Original issue reported on code.google.com by ebass...@gmail.com on 17 Jul 2013 at 1:07

GoogleCodeExporter commented 9 years ago
Fixed in gwt-phonegap 3.5

Original comment by svkirans@gmail.com on 14 Jun 2014 at 7:27