Jsqwebviewcontroller

[Deprecated] A lightweight Swift WebKit view controller for iOS
Alternatives To Jsqwebviewcontroller
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Tauri68,56310119 hours ago35June 17, 2023580apache-2.0Rust
Build smaller, faster, and more secure desktop applications with a web frontend.
Webview11,485593 days ago10March 30, 2021197mitC
Tiny cross-platform webview library for C/C++. Uses WebKit (GTK/Cocoa) and Edge WebView2 (Windows).
Luakit1,886
2 months ago214gpl-3.0Lua
Fast, small, webkit based browser framework extensible by Lua.
Deskgap1,644242 years ago12March 07, 202051mitC++
A cross-platform desktop app framework based on Node.js and the system webview
Multi1,156
a month ago23gpl-3.0Swift
Create a custom, lightweight macOS app from a group of websites
React Native Cookies783
4 years ago85mitObjective-C
Cookie manager for React Native
Axwebviewcontroller745
84 years ago45February 22, 201848mitObjective-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.
Jsqwebviewcontroller310
505 years ago7January 23, 2018mitSwift
[Deprecated] A lightweight Swift WebKit view controller for iOS
Qwebview Plus187
2 years ago3otherPython
QWebview supports Kiwoom Open API+ for JavaScript
Pawebview174
4 years ago16mitObjective-C
An component WebView for iOS base on WKWebView
Alternatives To Jsqwebviewcontroller
Select To Compare


Alternative Project Comparisons
Readme

No Maintenance Intended

NOTE: As of iOS 9, this library is no longer necessary.

You should use SFSafariViewController instead.

⚠ Deprecated ⚠

JSQWebViewController

Build Status Version Status license MIT codecov Carthage compatible Platform

A lightweight Swift WebKit view controller for iOS

screenshot        screenshot

Requirements

  • Swift 3.2+
  • Xcode 9+
  • iOS 8+

Installation

CocoaPods (recommended)

use_frameworks!

# For latest release in cocoapods
pod 'JSQWebViewController'

Carthage

github "jessesquires/JSQWebViewController"

Documentation

Read the docs. Generated with jazzy. Hosted by GitHub Pages.

Generate

$ ./build_docs.sh

Preview

$ open index.html -a Safari

Getting Started

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.

Contribute

Please follow these sweet contribution guidelines.

Credits

Created and maintained by @jesse_squires.

License

JSQWebViewController is released under an MIT License. See LICENSE for details.

Copyright © 2015 Jesse Squires.

Please provide attribution, it is greatly appreciated.

Popular Webkit Projects
Popular Webview Projects
Popular Web Browsers Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Swift
Webview
Webkit