This website requires JavaScript.
Explore
Help
Register
Sign In
rogalikkkkkk
/
iosWebViewFix
Watch
1
Star
0
Fork
0
You've already forked iosWebViewFix
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
iosWebViewFix
/
macos
/
Classes
/
InAppWebView
History
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
initial macos implementation
2022-10-17 02:23:05 +02:00
CustomSchemeHandler.swift
initial macos implementation
2022-10-17 02:23:05 +02:00
FlutterWebViewController.swift
fix
#1837
2023-11-14 22:47:54 +01:00
FlutterWebViewFactory.swift
Added InAppWebView keep alive feature, Added hasJavaScriptHandler, hasUserScript, hasWebMessageListener InAppWebViewController methods, HeadlessInAppWebView.webViewController could be null, Removed throwIfAlreadyOpened, throwIfNotOpened InAppBrowser methods, Removed throwIfAlreadyOpened, throwIfNotOpened ChromeSafariBrowser methods
2023-05-19 00:45:12 +02: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