-
Type:
Bug
-
Status: Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 3.4.0
-
Fix Version/s: None
-
Component/s: cordova-plugin-media-capture
-
Labels:None
-
Environment:
Android
the fullPath returned on the MediaFile when doing a captureVideo (and possibly other captures) starts with "file:/".
- I think this is an invalid uri, since file uri schemes are supposed to have double slashes followed by the path
- it is a uri and not a path. I would expect "fullPath" to be a local path and not a uri.
- iOS returns a path, and Android is inconsistent.