Closed
Description
I'm using fileOpener2.open on iOS, and it's working for some files, but when there's a space in the filename it doesn't open.
I tried putting my file URL through decodeURI before sending it to fileOpener2, but that did not help.
I haven't tried other characters that might get escaped in file URLs, like brackets or unicode.