iosWebViewFix/lib/src
RodXander 440ff81803 Fixed the unexpected behavior of InAppWebView and HeadlessInAppWebView when initialUrlRequest was set as null. 2021-12-22 16:51:38 -06:00
..
android v5.2.0 2021-03-22 16:39:58 +01:00
chrome_safari_browser updated docs, Added allowGoBackWithBackButton and shouldCloseOnBackButtonPressed Android-specific InAppBrowser options 2021-03-23 21:53:42 +01:00
in_app_browser Added initialSize property and setSize/getSize methods to the HeadlessInAppWebView class, androidOnScaleChanged event is deprecated - use onZoomScaleChanged event, getScale method is deprecated - use getZoomScale method, Removed final keyword for all HeadlessInAppWebView events, Fixed wrong usage of Android WebView scale property 2021-03-26 21:04:44 +01:00
in_app_webview Fixed the unexpected behavior of InAppWebView and HeadlessInAppWebView when initialUrlRequest was set as null. 2021-12-22 16:51:38 -06:00
ios code format 2021-02-22 23:54:09 +01:00
pull_to_refresh Added Android pull-to-refresh setSize method and size option, Updated Android androidx.webkit:webkit to 1.4.0, androidx.browser:browser to 1.3.0, androidx.appcompat:appcompat to 1.2.0, updated docs 2021-03-19 17:34:32 +01:00
web_message v5.2.0 2021-03-22 16:39:58 +01:00
web_storage code format 2021-02-22 23:54:09 +01: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 fixed flutter analyze warnings 2021-02-26 11:27:29 +01:00
context_menu.dart code format 2021-02-22 23:54:09 +01:00
cookie_manager.dart fix #507 again 2021-03-08 10:22:13 +01:00
http_auth_credentials_database.dart code format 2021-02-22 23:54:09 +01:00
in_app_localhost_server.dart Added isRunning method to the InAppLocalhostServer class, Fixed Android js error in some very rare case where window.flutter_inappwebview is undefined when loading plugin scripts 2021-03-24 10:57:26 +01:00
main.dart Removed duplicate lib exports, Fixed some rare cases when iOS WKWebView scrollViewDidEndDragging event blocks the scroll gesture 2021-04-06 11:54:42 +02:00
mime_type_resolver.dart new stable version 5.0.5 2021-03-01 16:43:50 +01:00
platform_util.dart new stable version 5.0.5 2021-03-01 16:43:50 +01:00
types.dart Added onLoad and onError callbacks in ScriptHtmlTagAttributes class used by InAppWebViewController.injectJavascriptFileFromUrl, InAppWebViewController.injectJavascriptFileFromAsset returns a Future<dynamic> type now 2021-04-07 18:34:35 +02:00
util.dart fix #732, fix #759, Fixed Android ChromeSafariBrowser menu item callback not called because of PendingIntents extra were cached 2021-03-28 04:17:09 +02:00