PolarCape/polarcape-cordova-plugin-document-handler

Plugin doesn't handle file name with white space, for iOS

Opened this issue · 1 comments

In DocumentHandler.m :
HandleDocumentWithURL(){

NSString* urlStr = dict[@"url"];

urlStr = [urlStr stringByAddingPercentEscapesUsingEncoding:NSUTF8StringEncoding];

}

Please add the highlighted line

This still seems to be a problem in version 1.1.1