firefox-ios-open-in-client
firefox-ios-open-in-client copied to clipboard
Reference client for opening links in Firefox for iOS.
Yesterday I forked this project to replace the use of the deprecated CFURLCreateStringByAddingPercentEscapes method in the Objective-C code (and to correct the character set used in Swift code - an...
Fixes #9 As of January 1 2019, Mozilla requires that all GitHub projects include this [CODE_OF_CONDUCT.md](https://github.com/mozilla/repo-templates/blob/master/templates/CODE_OF_CONDUCT.md) file in the project root. The file has two parts: 1. Required Text -...
As of January 1 2019, Mozilla requires that all GitHub projects include this [CODE_OF_CONDUCT.md](https://github.com/mozilla/repo-templates/blob/master/templates/CODE_OF_CONDUCT.md) file in the project root. The file has two parts: 1. Required Text - All text...
firefox://open-url?url=http://www.test.com works firefox://open-url?url=http://www.test.com:8080 does not even if there is an http server on 8080
and changes return value of openInFirefox(_ url: URL) from Bool to void due to new method call. Used reference: https://useyourloaf.com/blog/openurl-deprecated-in-ios10/