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 33c5b61 commit 4ca1fb4Copy full SHA for 4ca1fb4
src/ios/CDVWKWebViewEngine.m
@@ -952,8 +952,7 @@ - (void) webView:(WKWebView *)webView decidePolicyForNavigationAction:(WKNavigat
952
[scheme isEqualToString:@"mailto"] ||
953
[scheme isEqualToString:@"facetime"] ||
954
[scheme isEqualToString:@"sms"] ||
955
- [scheme isEqualToString:@"maps"] ||
956
- [scheme isEqualToString:@"itms-services"]) {
+ [scheme isEqualToString:@"maps"]) {
957
[[UIApplication sharedApplication] openURL:url];
958
decisionHandler(WKNavigationActionPolicyCancel);
959
} else {
0 commit comments