Resume in-app web browsing in the default web-browser of the continuing platform adopting handoff.
It works with:
- UIWebView
- WKWebView
- SFSafariViewController
App2WebHandoff is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "App2WebHandoff"
For Swift 3 compatibility use:
pod 'App2WebHandoff', '~> 1.0'
Or you can install it with Carthage:
github "intelygenz/App2WebHandoff"
Or install it with Swift Package Manager:
dependencies: [
.Package(url: "https://github.com/intelygenz/App2WebHandoff.git")
]
- Contributions are very welcome.
- Attribution is appreciated (let's spread the word!), but not mandatory.
alexruperez, alejandro.ruperez@intelygenz.com
App2WebHandoff is available under the MIT license. See the LICENSE file for more info.