Skip to content
This repository has been archived by the owner on Oct 29, 2021. It is now read-only.

Latest commit

 

History

History
65 lines (45 loc) · 2.62 KB

README.md

File metadata and controls

65 lines (45 loc) · 2.62 KB

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.