Hi,
I want to support upload media from my phonegap app but it doesnt support in android.
my code is :
<input type="file" accept="image/*;capture=camera" />
I am unable to see camera option in android phonegap app while in iphone its working.
in iphone when I select captured file from camera it refresh the app i know its the memory issue but can anybody tell me how to resolve these issue I dont want phonegap camra plugin anymore.
Thanks,
Vijay