An open API service indexing awesome lists of open source software.

https://github.com/designatednerd/browserchooser

Code to support letting your users choose between opening links in Google Chrome or Mobile Safari.
https://github.com/designatednerd/browserchooser

Last synced: 3 months ago
JSON representation

Code to support letting your users choose between opening links in Google Chrome or Mobile Safari.

Awesome Lists containing this project

README

        

Browser Chooser
================

A simple, ARC-compliant application with a portable category to allow users to open URLs in the browser of their choice. You can add the category NSURL+BrowserChooser to your application in order to facilitate opening links in Google Chrome.

To use the app, enter any url into the box. You can click on the "http://" to switch between http and https. The category runs a check to make sure both Google Chrome is installed and that it is capable of opening the particular URL scheme you wish to open.

More details on supporting Google Chrome in your application can be found here: https://developers.google.com/chrome/mobile/docs/ios-links.

License
-------
This project is licensed under the MIT license and can be used for free in any commercial or non-commercial applications. More information available here: http://en.wikipedia.org/wiki/MIT_License

Questions?
----------
Email designatednerd at gmail dot com. Submit a pull request if you'd like to try to improve this code.

_July 14, 2012_