There seems to be a problem that is known with Cordova requiring “location services” on when calling getCamera and using:
Camera.EncodingType.JPEG,
however the PNG format does not. SInce the resultant app (compiled) does not ‘ask’ for location services to be turned on, the getCamera calls fails. The same code switching simply .JPEG to .PNG works fine, albeit resulting in a much larger image file.
The discussion of this problem can be found in other forums..
Example: https://issues.apache.org/jira/browse/CB-4320 & https://issues.apache.org/jira/browse/CB-4003
it is broken in 2.8, 2.9 and 3.1.
The MobiOne Settings has an option for v3.2 (experimental), but the build server (AppCenter) is never responding.
Can we get the 3.2 AppCenter working?
Does anyone have another remedy for this otherwise?
thanks.