iosWebViewFix/ios/Classes/WKProcessPoolManager.swift
Lorenzo Pichilli 6a7963e4fd fixed android zoom, added new ios webview options, added
>  onLongPressHitTestResult event, updated test cases, fixed Promise polyfill, fixed android options
2020-05-09 04:36:07 +02:00

14 lines
228 B
Swift
Executable File

//
// WKProcessPoolManager.swift
// flutter_inappwebview
//
// Created by Lorenzo Pichilli on 19/11/2019.
//
import Foundation
import WebKit
class WKProcessPoolManager {
static let sharedProcessPool = WKProcessPool()
}