Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sylverb/CIALBrowser
A MobileSafari like open source implementation
https://github.com/sylverb/CIALBrowser
Last synced: about 1 month ago
JSON representation
A MobileSafari like open source implementation
- Host: GitHub
- URL: https://github.com/sylverb/CIALBrowser
- Owner: sylverb
- Created: 2011-09-05T23:13:52.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-08-08T15:44:14.000Z (over 12 years ago)
- Last Synced: 2024-10-19T15:15:32.958Z (about 2 months ago)
- Language: Objective-C
- Homepage:
- Size: 251 KB
- Stars: 117
- Watchers: 16
- Forks: 27
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome - CIALBrowser - A MobileSafari like open source implementation (etc)
- awesome - CIALBrowser - A MobileSafari like open source implementation (etc)
README
Introduction
=========================
CIAL Browser is a try to implement a web browser close to MobileSafari for both iPhone and iPad !
The goal of this code is to provide a basis for implementing a web browser in your applications with some advanced features (customizable long taps menu, bookmark, …) !Features
-------------------------Here is a list of features supported by CIALBrowser :
- Design close to Mobile Safari (iOS 4.x) native application (for both iPhone and iPad)
- Bookmark support (support for folders in bookmarks not implemented yet)
- Mail link support
- Print web page support
- Long tap handling (open or copy link)What is missing
-------------------------What is missing to be closer to Mobile safari application :
- No multi pages support ( https://github.com/100grams/HGPageScrollView could be a good start point to add this)
- No blue progress bar over url text field
- No google search text field
- No save of history
- No proposal when entering an already visited URL in the address text field
- No support for server with untrusted certificates (need to ask the user what to do and to handle security exceptions)
- Not showing the title of the page and the lock in case of https pages
- on iPhone, the bar is locked on the screen (while it is disappearing when loading done in Mobile Safari)Contributing
-------------------------Forks, patches and other feedback are more than welcome.
License
-------------------------
Copyright (C) 2011 by CodeIsALieLicensed under the MIT license: http://www.opensource.org/licenses/mit-license.php