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
/
dev_packages
/
flutter_inappwebview_internal_annotations
History
Lorenzo Pichilli
4c72bbfc0e
Added InAppBrowser.onMainWindowWillClose event, Added WindowType.WINDOW for InAppWebViewSettings.windowType,
fix
#1738
, Fixed InAppWebViewController.callAsyncJavaScript Android-issue when the last line of the functionBody parameter includes a code comment
2023-12-17 22:58:09 +01:00
..
lib
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
.gitignore
updated dev_packages
2022-10-06 16:51:32 +02:00
CHANGELOG.md
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
LICENSE
Added InAppBrowser.onMainWindowWillClose event, Added WindowType.WINDOW for InAppWebViewSettings.windowType,
fix
#1738
, Fixed InAppWebViewController.callAsyncJavaScript Android-issue when the last line of the functionBody parameter includes a code comment
2023-12-17 22:58:09 +01:00
pubspec.yaml
fix
#1900
, Try to load just the URL of an URLRequest if the HTTP method is GET and the HTTP request fails due to an error such as a CORS policy error
#1901
2023-12-06 02:19:40 +01:00
README.md
updated dev_packages
2022-10-06 16:51:32 +02:00
README.md
Internal annotations used by the generator of
flutter_inappwebview
plugin.