Skip to content

Commit

Permalink
EddyVerbruggen#566 ios share breaks url with %
Browse files Browse the repository at this point in the history
  • Loading branch information
EddyVerbruggen committed Apr 15, 2016
1 parent 305faad commit a150913
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ios/NSString+URLEncoding.m
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ - (NSString*)URLEncodedString
CFURLCreateStringByAddingPercentEscapes(
kCFAllocatorDefault,
(CFStringRef)self,
CFSTR("#"), // don't escape these
CFSTR("#%"), // don't escape these
NULL, // allow escaping these
kCFStringEncodingUTF8
)
Expand Down

0 comments on commit a150913

Please sign in to comment.