All Projects → dequan1331 → Wkwebviewextension

dequan1331 / Wkwebviewextension

Licence: mit
An extension for WKWebView. Providing menuItems delete 、support protocol 、clear cache of iOS8 and so on.

Programming Languages

js
455 projects

Labels

Projects that are alternatives of or similar to Wkwebviewextension

Jxbwkwebview
An component WebView for iOS base on WKWebView
Stars: ✭ 646 (+254.95%)
Mutual labels:  wkwebview
Flutter browser app
A Full-Featured Mobile Browser App (such as the Google Chrome mobile browser) created using Flutter and the features offered by the flutter_inappwebview plugin.
Stars: ✭ 85 (-53.3%)
Mutual labels:  wkwebview
Swiftui Webview
A SwiftUI component to use WKWebView
Stars: ✭ 158 (-13.19%)
Mutual labels:  wkwebview
Ios tips
iOS的一些示例,持续更新中:1、AVFoundation 高仿微信相机拍摄和编辑 2、AVFoundation 人脸检测、实时滤镜、音视频编解码、GPUImage框架的使用等音视频相关内容 3、OpenGLES 4、LeetCode算法练习 5、iOS Crash防护和APM监控 6、WKWebView相关的内容 等........
Stars: ✭ 896 (+392.31%)
Mutual labels:  wkwebview
Youtubeplayerview
Helper library for iOS developers that want to embed YouTube videos in their iOS apps with the iframe player API. 📹
Stars: ✭ 72 (-60.44%)
Mutual labels:  wkwebview
Ionic Native Http Connection Backend
A solution to CORS issues with Ionic and iOS
Stars: ✭ 142 (-21.98%)
Mutual labels:  wkwebview
Kkjsbridge
一站式解决 WKWebView 支持离线包,Ajax/Fetch 请求,表单请求和 Cookie 同步的问题 (基于 Ajax Hook,Fetch Hook 和 Cookie Hook)
Stars: ✭ 462 (+153.85%)
Mutual labels:  wkwebview
Wkwebviewwithurlprotocol
WKWebView With URLProtocol
Stars: ✭ 174 (-4.4%)
Mutual labels:  wkwebview
Flutter inappwebview
A Flutter plugin that allows you to add an inline webview, to use a headless webview, and to open an in-app browser window.
Stars: ✭ 1,259 (+591.76%)
Mutual labels:  wkwebview
Applemusicultra
Music Client for macOS. Upgrade your music experience with themes, styles, custom scripting and more. Uses WebKit and JavaScript.
Stars: ✭ 155 (-14.84%)
Mutual labels:  wkwebview
Wkwebviewjavascriptbridge
🌉 A Bridge for Sending Messages between Swift and JavaScript in WKWebViews.
Stars: ✭ 863 (+374.18%)
Mutual labels:  wkwebview
Reusablenestingscrollview
An scrollView handler for UIScrollView & WKWebView and other scrollViews. Providing scrollview`s subViews reusable.
Stars: ✭ 61 (-66.48%)
Mutual labels:  wkwebview
Lcwebview
www.strictfrog.com
Stars: ✭ 144 (-20.88%)
Mutual labels:  wkwebview
Tysnapshotscroll
一句代码保存截图,将 UIScrollView UITableView UICollectionView UIWebView WKWebView 网页 保存 为 长图 查看。Save the scroll view page as an image,support UIScrollView,UITableView,UICollectionView,UIWebView,WKWebView.(Support iOS13)
Stars: ✭ 709 (+289.56%)
Mutual labels:  wkwebview
Pawebview
An component WebView for iOS base on WKWebView
Stars: ✭ 169 (-7.14%)
Mutual labels:  wkwebview
React Native Wkwebview
WKWebview Component for React Native
Stars: ✭ 622 (+241.76%)
Mutual labels:  wkwebview
Mybrowser
我的浏览器,基于WKWebView实现的一个iOS浏览器,实现了无图模式、广告拦截、多窗口、扫描二维码、收藏夹/历史、无痕浏览、夜间模式等功能...
Stars: ✭ 127 (-30.22%)
Mutual labels:  wkwebview
Rxwebkit
RxWebKit is a RxSwift wrapper for WebKit
Stars: ✭ 176 (-3.3%)
Mutual labels:  wkwebview
Wkcookiewebview
WKWebView with cookie sharing support
Stars: ✭ 171 (-6.04%)
Mutual labels:  wkwebview
Flwebview
WKWebView with UIWebView fallback for iOS.
Stars: ✭ 145 (-20.33%)
Mutual labels:  wkwebview

This repo will no longer be updated. The new versions has been moved to HybridPageKit as a submodule. Integrate ' HybridPageKit/WKWebViewExtension ' subspecs with Cocoapods.




WKWebViewExtension

Extended Reading | 中文 | 扩展阅读

An extension for WKWebView .

Providing WKWebView MenuItems deleteWKWebView support protocolWKWebView clear cache or iOS8 and so on.

Together with ReusableNestingScrollview, sub repo of HybridPageKit, which is a general sulotion of news App content page.

Requirements

iOS 8.0 or later

Installation

  1. CocoaPods

    platform :ios, '8.0'
    pod 'WKWebViewExtension'
    
  2. Cloning the repository

    #import <WKWebViewExtensionsDef.h>
    

Features

  1. DeleteMenuItems iOS11 this issue has been fixed

    WKWebView Support Delete System MenuItems
    Delete System Items Without cut/copy/paste/delete
    
  2. SupportProtocol

    WKWebView Support Protocol Like UIWebView
    
  3. SafeClearCache

    WKWebView Support iOS8 Clear All Cache
    
  4. SafeScrollTo

    WKWebView Safe ScrollTo Specific Offset Without Blank Screen by Runloop
    
  5. SafeEvaluateJS

    Safe Evaluate JS And Retainify Webview For CallBack, and Make Sure CallBack IS NOT null
    
  6. ExternalNavigationDelegates

    WKWebView Support Internal And Extenal Delegates
    
  7. SyncConfigUA

    Sync Config UA Without WKWebView
    

Licenses

All source code is licensed under the MIT License.

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].