We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I create a simple html file like the photo below
I use the KINWebBrowser to open the above html file, but i can't get result from "Send Email", "Call me" and "Link to App Store". The error logs shown
error Error Domain=NSURLErrorDomain Code=-1002 "unsupported URL" UserInfo=0x7a981220 {NSErrorFailingURLStringKey=itms://itunes.apple.com/us/app/apple-store/id375380948?mt=8, NSErrorFailingURLKey=itms://itunes.apple.com/us/app/apple-store/id375380948?mt=8, NSLocalizedDescription=unsupported URL, _WKRecoveryAttempterErrorKey=<WKReloadFrameErrorRecoveryAttempter: 0x7a978ba0>}
The code for open KINWebBrowser:
let webBrowserNavigationController = KINWebBrowserViewController.navigationControllerWithWebBrowser() var webViewController = KINWebBrowserViewController() webViewController = webBrowserNavigationController!.rootWebBrowser() webViewController.showsURLInNavigationBar = true webViewController.showsPageTitleInNavigationBar = true webViewController.loadURLString(urlString) viewController.present(webBrowserNavigationController!, animated: true, completion: nil)
How to solve that? Thank you very much
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I create a simple html file like the photo below
I use the KINWebBrowser to open the above html file, but i can't get result from "Send Email", "Call me" and "Link to App Store". The error logs shown
error Error Domain=NSURLErrorDomain Code=-1002 "unsupported URL" UserInfo=0x7a981220 {NSErrorFailingURLStringKey=itms://itunes.apple.com/us/app/apple-store/id375380948?mt=8, NSErrorFailingURLKey=itms://itunes.apple.com/us/app/apple-store/id375380948?mt=8, NSLocalizedDescription=unsupported URL, _WKRecoveryAttempterErrorKey=<WKReloadFrameErrorRecoveryAttempter: 0x7a978ba0>}
The code for open KINWebBrowser:
let webBrowserNavigationController = KINWebBrowserViewController.navigationControllerWithWebBrowser() var webViewController = KINWebBrowserViewController() webViewController = webBrowserNavigationController!.rootWebBrowser() webViewController.showsURLInNavigationBar = true webViewController.showsPageTitleInNavigationBar = true webViewController.loadURLString(urlString) viewController.present(webBrowserNavigationController!, animated: true, completion: nil)
How to solve that?
Thank you very much
The text was updated successfully, but these errors were encountered: