I am trying to develop a PhoneGap app with the latest version of phonegap. Inside my app contain a page where it allows user to change their profile image. I am trying to do it with html standard fileupload element. But the problem is, it does work on certain android phone, but some others not working at all. At first I am thinking because of Android version, but there is case where it works on Samsung Galaxy tab 10.1 with Android 4.1.2, but not working with another same version of Android phone.
So, what is the proper / solid way to have select image from gallery function to work properly across all supported android devices?
Thank you.