App2WebHandoff

Resume in-app web browsing in the default web-browser of the continuing platform adopting handoff.

View project on GitHub

Native App to Web Browser Handoff

Twitter Version License Platform Carthage compatible Swift Package Manager Compatible Build Status Code Coverage codebeat badge BCH compliance

App2WebHandoff Screenshot 2

Resume in-app web browsing in the default web-browser of the continuing platform adopting handoff.

App2WebHandoff Screenshot

It works with:

  • UIWebView
  • WKWebView
  • SFSafariViewController

Installation

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")
]

Etc.

  • Contributions are very welcome.
  • Attribution is appreciated (let’s spread the word!), but not mandatory.

Author

alexruperez, alejandro.ruperez@intelygenz.com

License

App2WebHandoff is available under the MIT license. See the LICENSE file for more info.