Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Tauri | 68,563 | 101 | 19 hours ago | 35 | June 17, 2023 | 580 | apache-2.0 | Rust | ||
Build smaller, faster, and more secure desktop applications with a web frontend. | ||||||||||
Webview | 11,485 | 59 | 3 days ago | 10 | March 30, 2021 | 197 | mit | C | ||
Tiny cross-platform webview library for C/C++. Uses WebKit (GTK/Cocoa) and Edge WebView2 (Windows). | ||||||||||
Luakit | 1,886 | 2 months ago | 214 | gpl-3.0 | Lua | |||||
Fast, small, webkit based browser framework extensible by Lua. | ||||||||||
Deskgap | 1,644 | 2 | 4 | 2 years ago | 12 | March 07, 2020 | 51 | mit | C++ | |
A cross-platform desktop app framework based on Node.js and the system webview | ||||||||||
Multi | 1,156 | a month ago | 23 | gpl-3.0 | Swift | |||||
Create a custom, lightweight macOS app from a group of websites | ||||||||||
React Native Cookies | 783 | 4 years ago | 85 | mit | Objective-C | |||||
Cookie manager for React Native | ||||||||||
Axwebviewcontroller | 745 | 8 | 4 years ago | 45 | February 22, 2018 | 48 | mit | Objective-C | ||
AXWebViewController is a webViewController to browse web content inside applications. It’s a lightweight controller on iOS platform based on WKWebView (UIWebView would be the base Kit under iOS 8.0). It added navigation tool bar to refresh, go back, go forward and so on. It support the navigation style on WeChat. It is a simple-using and convenient web view controller using inside applications. | ||||||||||
Jsqwebviewcontroller | 310 | 50 | 5 years ago | 7 | January 23, 2018 | mit | Swift | |||
[Deprecated] A lightweight Swift WebKit view controller for iOS | ||||||||||
Qwebview Plus | 187 | 2 years ago | 3 | other | Python | |||||
QWebview supports Kiwoom Open API+ for JavaScript | ||||||||||
Pawebview | 174 | 4 years ago | 16 | mit | Objective-C | |||||
An component WebView for iOS base on WKWebView |
NOTE: As of iOS 9, this library is no longer necessary.
You should use
SFSafariViewController
instead.
A lightweight Swift WebKit view controller for iOS
use_frameworks!
# For latest release in cocoapods
pod 'JSQWebViewController'
github "jessesquires/JSQWebViewController"
Read the docs. Generated with jazzy. Hosted by GitHub Pages.
$ ./build_docs.sh
$ open index.html -a Safari
import JSQWebViewController
let controller = WebViewController(url: URL(string: "http://jessesquires.com")!)
let nav = UINavigationController(rootViewController: controller)
present(nav, animated: true, completion: nil)
See the included example app, open Example/Example.xcodeproj
.
Please follow these sweet contribution guidelines.
Created and maintained by @jesse_squires.
JSQWebViewController
is released under an MIT License. See LICENSE
for details.
Copyright © 2015 Jesse Squires.
Please provide attribution, it is greatly appreciated.