All Projects → michaelhenry → MHWebViewController

michaelhenry / MHWebViewController

Licence: MIT license
An Instagram inspired Web View Controller.

Programming Languages

swift
15916 projects
ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to MHWebViewController

Webview-unity-3d-2017.3-or-higher-
Webview unity 3d 2017.3 or higher - can be open website url on unity3d or open Html5, html and js on unity offline
Stars: ✭ 18 (-76%)
Mutual labels:  webview
btt
Low level MacOS management in JavaScript via BetterTouchTool
Stars: ✭ 92 (+22.67%)
Mutual labels:  webview
Bloop
A light weight scratch pad inspired and derived from https://github.com/IvanMathy/Boop.
Stars: ✭ 54 (-28%)
Mutual labels:  webview
KaTeXView
KaTeX View for android
Stars: ✭ 43 (-42.67%)
Mutual labels:  webview
TrendingCustomAlert
You can use a ready-made custom alert controller.
Stars: ✭ 25 (-66.67%)
Mutual labels:  webview
MediumUnlimited
Android App written with Flutter/Dart to navigate medium.com without limitations.
Stars: ✭ 28 (-62.67%)
Mutual labels:  webview
rn-webview-rpc
Add RPC capabilities to a React Native WebView component
Stars: ✭ 25 (-66.67%)
Mutual labels:  webview
UIFramework
A powerful UI framework for the game Onset (https://playonset.com/)
Stars: ✭ 13 (-82.67%)
Mutual labels:  webview
Hybrid-Web-Platform
Full-fledged WebView as Xamarin.Forms plugin with cross-platform C# to JavaScript and JavaScript to C# calls support. Eventually invented for painless hybrid apps creation.
Stars: ✭ 19 (-74.67%)
Mutual labels:  webview
FlexHybridApp-Android
WebView bridge interface with Promise pattern
Stars: ✭ 20 (-73.33%)
Mutual labels:  webview
EasyBrowser
尝试实现一个简易的Android浏览器。支持标签页的创建,切换,缓存。
Stars: ✭ 34 (-54.67%)
Mutual labels:  webview
ClickableWebView
Simple WebView to Detect click on an image
Stars: ✭ 42 (-44%)
Mutual labels:  webview
electric-webview
Electric WebView is a scriptable WebView for developers.
Stars: ✭ 16 (-78.67%)
Mutual labels:  webview
WebView-Advanced
A collection of android webview hack
Stars: ✭ 25 (-66.67%)
Mutual labels:  webview
HybridCache
a library which can intercept the loading process of webpage resource and cache all the resource files we are interested, just like css files,js files, images files ,html files and so on.So we can share the cache between the web view and our native logic.(这个库可以帮组我们拦截webview加载网页的时候所有的资源请求,并且根据实际的需求策略进行缓存管理。基于此,可以帮助我们实现webview与natvie的逻辑的缓存共存,比如web…
Stars: ✭ 64 (-14.67%)
Mutual labels:  webview
QuestionnaireView
A simple view to be able to display question and various field (Radio, EditText, checkbox ) for answers
Stars: ✭ 34 (-54.67%)
Mutual labels:  webview
WebViewExample
work as a webview testing environment for frontend developers
Stars: ✭ 19 (-74.67%)
Mutual labels:  webview
RichEditorView
Android 基于WebView的富文本编辑器 - 仿简书编辑器
Stars: ✭ 77 (+2.67%)
Mutual labels:  webview
Vanadium
Privacy and security enhanced releases of Chromium for GrapheneOS. Vanadium provides the WebView and standard user-facing browser on GrapheneOS. It depends on hardening in other GrapheneOS repositories and doesn't include patches not relevant to the build targets used on GrapheneOS.
Stars: ✭ 365 (+386.67%)
Mutual labels:  webview
pdfjs
A sample for showing PDF files in a Xamarin.Forms application with pdf.js
Stars: ✭ 32 (-57.33%)
Mutual labels:  webview

MHWebViewController

CICD Status Version Platform License Language: Swift

mhwebvc.gif

An Instagram inspired Web View Controller.

How to Install

Using Cocoapods, on your Podfile:

target 'MyApp' do
  pod 'MHWebViewController', '~> 1.0'
end

How to use

Using URL

import MHWebViewController

present(url: URL(string: "https://iamkel.net")!, completion: nil)

Using URLRequest

import MHWebViewController

present(urlRequest: URLRequest(url: URL(string: "https://iamkel.net")!), completion: nil)
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].