iosWebViewFix/flutter_inappwebview_ios
k 3ff3bb1681 https://github.com/pichillilorenzo/flutter_inappwebview/issues/1947 - In iOS version 17.2, when moving the input focus in a WebView, an unknown area appears at the top of the screen. 2024-08-28 16:02:49 +09:00
..
example updated to stable 6 version 2023-12-25 18:18:33 +01:00
ios https://github.com/pichillilorenzo/flutter_inappwebview/issues/1947 - In iOS version 17.2, when moving the input focus in a WebView, an unknown area appears at the top of the screen. 2024-08-28 16:02:49 +09:00
lib windows: completed CookieManager implementation, added WebViewEnvironment getAvailableVersion and compareBrowserVersions methods 2024-01-28 16:24:54 +01:00
test created flutter_inappwebview_ios, fixed web_authenticate_session, fixed default in_app_localhost_server implementation 2023-11-27 00:02:46 +01:00
.gitignore created flutter_inappwebview_ios, fixed web_authenticate_session, fixed default in_app_localhost_server implementation 2023-11-27 00:02:46 +01:00
.metadata created flutter_inappwebview_ios, fixed web_authenticate_session, fixed default in_app_localhost_server implementation 2023-11-27 00:02:46 +01:00
CHANGELOG.md updated to stable 6 version 2023-12-25 18:18:33 +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
README.md updated README 2023-11-27 18:59:19 +01:00
analysis_options.yaml updated analysis options 2023-11-27 18:41:59 +01:00
build.yaml created flutter_inappwebview_macos 2023-11-27 09:46:37 +01:00
pubspec.yaml updated to stable 6 version 2023-12-25 18:18:33 +01:00

README.md

flutter_inappwebview_ios

The Apple iOS WKWebView implementation of flutter_inappwebview.

Usage

This package is endorsed, which means you can simply use flutter_inappwebview normally. This package will be automatically included in your app when you do, so you do not need to add it to your pubspec.yaml.

However, if you import this package to use any of its APIs directly, you should add it to your pubspec.yaml as usual.