iosWebViewFix/ios/Classes/InAppWebView
Lorenzo Pichilli acb20fc10a fix #1837 2023-11-14 22:47:54 +01:00
..
WebMessage Added ProcessGlobalConfig for Android WebViews, Added disableWebView static method on InAppWebViewController for Android, Added support for Android WebViewFeature.isStartupFeatureSupported, WebViewFeature.STARTUP_FEATURE_SET_DIRECTORY_BASE_PATHS, WebViewFeature.STARTUP_FEATURE_SET_DATA_DIRECTORY_SUFFIX, WebViewFeature.WEB_MESSAGE_ARRAY_BUFFER, Added WebMessage.type property, WebMessage.data property is of type dynamic, JavaScriptReplyProxy.postMessage is of type WebMessage, changed WebMessageListener.onPostMessage and WebMessagePort.setWebMessageCallback methods signature 2023-11-14 18:39:25 +01:00
ContextMenuSettings.swift completed ChannelDelegate iOS implementation 2022-05-08 12:56:28 +02:00
CustomSchemeHandler.swift deprecated onLoadResourceCustomScheme for onLoadResourceWithCustomScheme event 2022-05-08 15:08:34 +02:00
FlutterWebViewController.swift fix #1837 2023-11-14 22:47:54 +01:00
FlutterWebViewFactory.swift updated InAppWebView.preventGestureDelay native implementation for ios 2023-11-09 19:35:50 +01:00
InAppWebView.swift fix #1837 2023-11-14 22:47:54 +01:00
InAppWebViewManager.swift fix #1837 2023-11-14 22:47:54 +01:00
InAppWebViewSettings.swift Updated window.flutter_inappwebview.callHandler implementation: if there is an error/exception on Flutter/Dart side, the callHandler will reject the JavaScript promise with the error/exception message, so you can catch it also on JavaScript side, Fixed Android Web Storage Manager deleteAllData and deleteOrigin methods implementation, fix #1462, fix #1475 2023-05-15 13:46:42 +02:00
WebViewChannelDelegate.swift Added ProcessGlobalConfig for Android WebViews, Added disableWebView static method on InAppWebViewController for Android, Added support for Android WebViewFeature.isStartupFeatureSupported, WebViewFeature.STARTUP_FEATURE_SET_DIRECTORY_BASE_PATHS, WebViewFeature.STARTUP_FEATURE_SET_DATA_DIRECTORY_SUFFIX, WebViewFeature.WEB_MESSAGE_ARRAY_BUFFER, Added WebMessage.type property, WebMessage.data property is of type dynamic, JavaScriptReplyProxy.postMessage is of type WebMessage, changed WebMessageListener.onPostMessage and WebMessagePort.setWebMessageCallback methods signature 2023-11-14 18:39:25 +01:00
WebViewChannelDelegateMethods.swift updated macos docs, added getContentWidth WebView method 2022-10-18 18:12:33 +02:00