Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
3.4.0
-
None
-
None
-
Android
Description
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.