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.
- Host: GitHub
- URL: https://github.com/designatednerd/browserchooser
- Owner: designatednerd
- Created: 2012-07-14T20:24:38.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2012-07-14T20:39:49.000Z (almost 13 years ago)
- Last Synced: 2025-03-18T08:55:29.601Z (3 months ago)
- Language: Objective-C
- Size: 145 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.mdown
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_LicenseQuestions?
----------
Email designatednerd at gmail dot com. Submit a pull request if you'd like to try to improve this code._July 14, 2012_