Hello, I am currently working on CB-7312 which is regarding the camera plugin for android and would like to discuss about it.
Observations: Using CAMERA a sourceType, returns path with file:// scheme. But using PHOTOLIBRARY as a sourceType, returns paths with content:// scheme and returns file:// scheme if media is modified by using targetHeight etc. Conclusion: Modification/creation of any media using camera plugin for android 4.4.4 returns file:// uri scheme. Query: Should'nt the camera plugin be standardized to return a common uri scheme, By converting to a standard uri scheme before passing it to the callbackContext. Regards Vivek
