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 cbd526d commit d7d2600Copy full SHA for d7d2600
src/ios/CDVWKWebViewEngine.m
@@ -761,8 +761,7 @@ - (void) webView:(WKWebView *)webView decidePolicyForNavigationAction:(WKNavigat
761
[scheme isEqualToString:@"mailto"] ||
762
[scheme isEqualToString:@"facetime"] ||
763
[scheme isEqualToString:@"sms"] ||
764
- [scheme isEqualToString:@"maps"] ||
765
- [scheme isEqualToString:@"itms-services"]) {
+ [scheme isEqualToString:@"maps"]) {
766
[[UIApplication sharedApplication] openURL:url];
767
decisionHandler(WKNavigationActionPolicyCancel);
768
} else {
0 commit comments