.. |
android
|
Added InAppBrowser menu items feature, Added hideCloseButton, hideDefaultMenuItems, menuButtonColor InAppBrowser settings
|
2023-06-11 01:55:42 +02:00 |
apple
|
Added underPageBackgroundColor, isTextInteractionEnabled, isSiteSpecificQuirksModeEnabled, upgradeKnownHostsToHTTPS WebView settings, Updated getMetaThemeColor on iOS 15.0+
|
2022-04-21 02:14:21 +02:00 |
chrome_safari_browser
|
Added InAppBrowser menu items feature, Added hideCloseButton, hideDefaultMenuItems, menuButtonColor InAppBrowser settings
|
2023-06-11 01:55:42 +02:00 |
context_menu
|
Added InAppBrowser menu items feature, Added hideCloseButton, hideDefaultMenuItems, menuButtonColor InAppBrowser settings
|
2023-06-11 01:55:42 +02:00 |
find_interaction
|
Added InAppBrowser menu items feature, Added hideCloseButton, hideDefaultMenuItems, menuButtonColor InAppBrowser settings
|
2023-06-11 01:55:42 +02:00 |
in_app_browser
|
Added InAppBrowser menu items feature, Added hideCloseButton, hideDefaultMenuItems, menuButtonColor InAppBrowser settings
|
2023-06-11 01:55:42 +02:00 |
in_app_webview
|
updated InAppWebView.preventGestureDelay native implementation for ios
|
2023-11-09 19:35:50 +01:00 |
print_job
|
Added InAppBrowser menu items feature, Added hideCloseButton, hideDefaultMenuItems, menuButtonColor InAppBrowser settings
|
2023-06-11 01:55:42 +02:00 |
pull_to_refresh
|
Added InAppBrowser menu items feature, Added hideCloseButton, hideDefaultMenuItems, menuButtonColor InAppBrowser settings
|
2023-06-11 01:55:42 +02:00 |
types
|
Added InAppBrowser menu items feature, Added hideCloseButton, hideDefaultMenuItems, menuButtonColor InAppBrowser settings
|
2023-06-11 01:55:42 +02:00 |
web
|
Replaced Uri.encodeFull with Uri.encodeComponent to load html data correctly on Web platform
|
2022-11-25 12:39:04 +01:00 |
web_authentication_session
|
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 |
web_message
|
Added InAppBrowser menu items feature, Added hideCloseButton, hideDefaultMenuItems, menuButtonColor InAppBrowser settings
|
2023-06-11 01:55:42 +02:00 |
web_storage
|
Added InAppBrowser menu items feature, Added hideCloseButton, hideDefaultMenuItems, menuButtonColor InAppBrowser settings
|
2023-06-11 01:55:42 +02:00 |
x509_certificate
|
updated README.md, Added verticalScrollbarThumbColor, verticalScrollbarTrackColor, horizontalScrollbarThumbColor, horizontalScrollbarTrackColor Android-specific WebView options, Fixed some null types and wrong casting
|
2021-02-25 00:00:46 +01:00 |
content_blocker.dart
|
Added ContentBlockerActionType.BLOCK_COOKIES and ContentBlockerActionType.IGNORE_PREVIOUS_RULES for iOS and macOS platforms, Updated ContentBlockerTrigger.urlFilterIsCaseSensitive for Android, Fixed Android ContentBlockerActionType.CSS_DISPLAY_NONE usage
|
2022-11-15 17:09:31 +01:00 |
cookie_manager.dart
|
Updated return value for CookieManager.setCookie method to be Future<bool>
|
2023-11-10 14:13:06 +01:00 |
debug_logging_settings.dart
|
fixed integration tests, fixed android evaluation javascript with content world
|
2022-10-14 01:55:54 +02:00 |
http_auth_credentials_database.dart
|
Removed unnamed constructors for all Singleton classes to avoid incorrect usage
|
2022-10-19 02:42:23 +02:00 |
in_app_localhost_server.dart
|
feat: decode assets url when loading them
|
2023-05-18 13:32:38 +04:00 |
main.dart
|
Added InAppBrowser menu items feature, Added hideCloseButton, hideDefaultMenuItems, menuButtonColor InAppBrowser settings
|
2023-06-11 01:55:42 +02:00 |
mime_type_resolver.dart
|
updated mime_type_resolver
|
2022-10-08 15:24:22 +02:00 |
platform_util.dart
|
Removed unnamed constructors for all Singleton classes to avoid incorrect usage
|
2022-10-19 02:42:23 +02:00 |
util.dart
|
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 |
web_uri.dart
|
Created WebUri class to replace Uri dart core type, fix #1402, fix #1328, fix #1350
|
2022-10-27 11:02:49 +02:00 |