Skip to content Skip to sidebar Skip to footer

Phonegap: Camera Api Getpicture Dialog Enlarged

In Android 4.4, using Camera API getPicture API will result in a enlarged dialog. The code is below: var sourceType = pictureSource.SAVEDPHOTOALBUM; navigator.camer

Solution 1:

Change android:anyDensity property in the AndroidManifest.xml from false to true fix the problem


Post a Comment for "Phonegap: Camera Api Getpicture Dialog Enlarged"