Hi, I am using the File api on javascript and I noticed some inconsistency in the file api. The getEntry function adds a "file://" prefix to the returned paths on android, while the method on ios does not. It looks like you added this about a year back. By any chance do you remember why you made this change?
This wouldn't be a problem, except that any subsequent calls to the file api with the returned path from getEntry crashes as the functions check to see if a ":" is present in the string. Should I go ahead and file a bug? Thanks Shravan