Github user shazron commented on a diff in the pull request:
https://github.com/apache/cordova-ios/pull/302#discussion_r111293110
--- Diff:
CordovaLib/Classes/Private/Plugins/CDVIntentAndNavigationFilter/CDVIntentAndNavigationFilter.m
---
@@ -115,11 +115,18 @@ +
(BOOL)shouldOverrideLoadWithRequest:(NSURLRequest*)request navigationType:(UIW
case CDVIntentAndNavigationFilterValueNavigationAllowed:
return YES;
case CDVIntentAndNavigationFilterValueIntentAllowed:
- // only allow-intent if it's a
UIWebViewNavigationTypeLinkClicked (anchor tag) OR
- // it's a UIWebViewNavigationTypeOther, and it's an internal
link
- if ([[self class] shouldOpenURLRequest:request
navigationType:navigationType]){
--- End diff --
where did this if statement go?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]