We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d36a3c commit fc7ea27Copy full SHA for fc7ea27
src/ios/IONAssetHandler.m
@@ -16,11 +16,6 @@ - (void)webView:(WKWebView *)webView startURLSchemeTask:(id <WKURLSchemeTask>)ur
16
NSString * scheme = url.scheme;
17
18
if ([scheme isEqualToString:IONIC_SCHEME]) {
19
- NSRange range = [stringToLoad rangeOfString:@"?"];
20
- if (range.location != NSNotFound) {
21
- stringToLoad = [stringToLoad substringToIndex:range.location];
22
- }
23
-
24
if ([stringToLoad hasPrefix:@"/_app_file_"]) {
25
startPath = [stringToLoad stringByReplacingOccurrencesOfString:@"/_app_file_" withString:@""];
26
} else {
0 commit comments