iosWebViewFix/ios/Classes
Lorenzo Pichilli a65909038c fixed ajax interceptor javascript code, re-added flutterInAppBrowserPlatformReady javascript for the window object, tests moved inside example folder using flutter driver 2019-11-16 12:41:30 +01:00
..
CredentialDatabase.swift added onReceivedServerTrustAuthRequest and onReceivedClientCertRequest events to manage SSL requests, added clearSslPreferences and clearClientCertPreferences for Android, added nodejs_server_test_auth_basic_and_ssl for testing auth and ssl requests 2019-10-31 23:09:54 +01:00
CustomeSchemeHandler.swift fixed ajax interceptor javascript code, re-added flutterInAppBrowserPlatformReady javascript for the window object, tests moved inside example folder using flutter driver 2019-11-16 12:41:30 +01:00
FlutterWebViewController.swift added new webview options 2019-11-08 00:32:29 +01:00
FlutterWebViewFactory.swift added onDownloadStart event, onLoadResourceCustomScheme event and resourceCustomSchemes option, onTargetBlank event and useOnTargetBlank option, code refactoring 2019-10-26 04:42:50 +02:00
InAppBrowserFlutterPlugin.h fix migration to Swift 5, updated README.md, fix #149 2019-10-24 18:27:28 +02:00
InAppBrowserFlutterPlugin.m fix migration to Swift 5, updated README.md, fix #149 2019-10-24 18:27:28 +02:00
InAppBrowserOptions.swift fix migration to Swift 5, updated README.md, fix #149 2019-10-24 18:27:28 +02:00
InAppBrowserWebViewController.swift updated webview options, updated content blockers 2019-10-27 04:35:05 +01:00
InAppWebView.swift fixed ajax interceptor javascript code, re-added flutterInAppBrowserPlatformReady javascript for the window object, tests moved inside example folder using flutter driver 2019-11-16 12:41:30 +01:00
InAppWebViewOptions.swift added new webview options 2019-11-08 00:32:29 +01:00
MyCookieManager.swift added HttpAuthCredentialDatabase class, clearCache method, onReceivedHttpAuthRequest event 2019-10-31 03:20:07 +01:00
Options.swift fix migration to Swift 5, updated README.md, fix #149 2019-10-24 18:27:28 +02:00
SafariBrowserOptions.swift fix migration to Swift 5, updated README.md, fix #149 2019-10-24 18:27:28 +02:00
SafariViewController.swift fix migration to Swift 5, updated README.md, fix #149 2019-10-24 18:27:28 +02:00
SwiftFlutterPlugin.swift Added shouldInterceptAjaxRequest, onAjaxReadyStateChange, onAjaxProgressEvent and shouldInterceptFetchRequest events, added useShouldInterceptAjaxRequest and useShouldInterceptFetchRequest webview options, updated node.js server test, added injectJavascriptFileFromAsset and injectCSSFileFromAsset methods, renamed some methods 2019-11-05 03:44:22 +01:00