I am using cordova 3.1 to access the camera on Android.
I used the
navigator.camera.getPicture
API to get an image, and I tested on Android 4.4.2 devices.
In Motorola Moto G it works fine. In Samsung Galaxy S5 it fails, restarting the application. When we try it with an image from Gallery, it works only when the image is of a small size (few KB).
Any one have the same issue for Samsung Galaxy S5? any solution?