Skip to content

Conversation

@oblank
Copy link

@oblank oblank commented Aug 27, 2018

just one line for iOS platform

change

if ([path hasPrefix:@"http://"] || [path hasPrefix:@"https://"]) {

to

if ([path hasPrefix:@"http://"] || [path hasPrefix:@"https://"] || [path hasPrefix:@"file://"]) {

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants