https://github.com/Kapeli/HighlightedWebView
WebView subclass that highlights all search results (Safari-style wannabe)
https://github.com/Kapeli/HighlightedWebView
Last synced: 3 months ago
JSON representation
WebView subclass that highlights all search results (Safari-style wannabe)
- Host: GitHub
- URL: https://github.com/Kapeli/HighlightedWebView
- Owner: Kapeli
- Created: 2012-05-06T00:11:35.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2017-09-09T08:07:38.000Z (about 8 years ago)
- Last Synced: 2024-11-18T11:51:12.568Z (11 months ago)
- Language: Objective-C
- Size: 612 KB
- Stars: 109
- Watchers: 7
- Forks: 15
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
License
==============
Do whatever you want with this code. I only ask that you check out [Dash](http://kapeli.com/dash), my Snippet Manager and Documentation Browser app.HighlightedWebView
==================Drop-in WebView subclass that adds Safari-style in-page search-result highlighting.

Features:
=========
* Highlight search results.
* Show position of search results by highlighting the scrollbar.
* Maintain text size (zoom level) between launches.Project Goals:
==============
* Avoid JavaScript.
* Avoid blocking the main thread as much as possible.