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 6e802c5 commit 7ad60ddCopy full SHA for 7ad60dd
QueueITLib/QueueITWKViewController.m
@@ -92,7 +92,7 @@ - (void)webView:(WKWebView*)webView decidePolicyForNavigationAction:(nonnull WKN
92
}
93
94
if (navigationAction.navigationType == WKNavigationTypeLinkActivated && !isQueueUrl) {
95
- if (@available(iOS 10.0, *)){
+ if (@available(iOS 10, *)){
96
[[UIApplication sharedApplication] openURL:[request URL] options:@{} completionHandler:^(BOOL success){
97
if (success){
98
NSLog(@"Opened %@",urlString);
0 commit comments