Fork
0
代码
介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
Fork
0
master
flutter_inappwebview
/
dev_packages
/
flutter_inappwebview_internal_annotations
下载当前目录
zhushao
适配Settings
0a9744a2
创建于
2024年4月18日
历史提交
文件
最后提交记录
最后更新时间
lib
适配Settings
2 年前
.gitignore
updated dev_packages
3 年前
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
2 年前
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
2 年前
README.md
updated dev_packages
3 年前
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
2 年前
README.md
Internal annotations used by the generator of
flutter_inappwebview
plugin.