211 Commits

Author SHA1 Message Date
KhatibFX
1182ca2609 Fixed syntax error in view hiding 2023-04-07 22:28:43 +08:00
KhatibFX
d3067e4162 Fixed view hiding not working properly. 2023-04-07 22:06:05 +08:00
KhatibFX
e0c5c8ff5c Modified view removal in InAppBrowser to try and fix a crash 2023-04-07 21:38:25 +08:00
Lorenzo Pichilli
a42b0e4dfd 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 2022-12-15 17:43:29 +01:00
Lorenzo Pichilli
0f1c7e3029 fix #1455 2022-12-06 02:26:29 +01:00
Lorenzo Pichilli
459875ff2e Updated code docs, Using Android WebViewClientCompat for Chromium-based WebView if the WebView package major version is >= 73 (https://bugs.chromium.org/p/chromium/issues/detail?id=925887), fix #1422 2022-12-03 15:58:12 +01:00
Lorenzo Pichilli
fc98712f30 Updated code docs, Fixed some missing macOS asserts, fix #1447 2022-11-30 16:53:10 +01:00
Lorenzo Pichilli
962fc35ff7 Removed Android Hybrid Composition constraint to use the pull-to-refresh feature, Removed Android com.squareup.okhttp3:okhttp dependency 2022-11-23 17:06:14 +01:00
Lorenzo Pichilli
34236b0742 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
Lorenzo Pichilli
06668703c4 Removed willSuppressErrorPage WebView Android setting in favor of disableDefaultErrorPage, Added isMultiProcessEnabled static method on InAppWebViewController for Android, Added onContentSizeChanged WebView event for iOS, Added onPermissionRequestCanceled and onRequestFocus WebView events for Android, Added defaultVideoPoster WebView setting for Android, Added TracingController for Android WebViews 2022-10-31 02:09:00 +01:00
Lorenzo Pichilli
fa5449a50d Created WebUri class to replace Uri dart core type, fix #1402, fix #1328, fix #1350 2022-10-27 11:02:49 +02:00
Lorenzo Pichilli
cfd70fda6e release 6.0.0-beta.9 2022-10-26 17:52:35 +02:00
Lorenzo Pichilli
8e9c10246a Added startAnimations, exitAnimations, navigationBarColor, navigationBarDividerColor, secondaryToolbarColor ChromeSafariBrowser settings for Android, Added getVariationsHeader WebView static method, All ChromeSafariBrowserSettings properties are optionals 2022-10-25 11:18:53 +02:00
Lorenzo Pichilli
ebea457b01 initial implementation 6.0.0-beta.9 2022-10-24 12:34:18 +02:00
Lorenzo Pichilli
14ff4921f8 Added InAppWebViewSettings.allowBackgroundAudioPlaying for Android, Added WebViewAssetLoader and InAppWebViewSettings.webViewAssetLoader for Android 2022-10-22 04:05:41 +02:00
Lorenzo Pichilli
b6e7699ef8 Merge fixes of version 5.5.0+5 2022-10-20 18:55:30 +02:00
Lorenzo Pichilli
92eba92a6c Added InAppWebView.headlessWebView property to convert an HeadlessWebView to InAppWebView widget 2022-10-20 16:34:37 +02:00
Lorenzo Pichilli
652ee52c75 updated macos docs, added getContentWidth WebView method 2022-10-18 18:12:33 +02:00
Lorenzo Pichilli
3e3ba55a30 updated print job controller for macos 2022-10-18 11:44:08 +02:00
Lorenzo Pichilli
48d8f73b23 fixed integration tests, fixed android evaluation javascript with content world 2022-10-14 01:55:54 +02:00
Lorenzo Pichilli
011d1c866f CookieManager.deleteCookie and CookieManager.deleteCookies now have the domain argument optional and without a default value 2022-10-14 01:02:39 +02:00
Lorenzo Pichilli
45ef5c3755 merged Allow a cookie without a domain to be set on Android 2022-10-13 19:51:53 +02:00
Lorenzo Pichilli
b603ea275f merged fix Theme_AppCompat_Dialog_Alert not found 2022-10-13 17:57:11 +02:00
Lorenzo Pichilli
0a49c7094f merged Android - Load client certificate from local storage 2022-10-13 17:37:55 +02:00
Lorenzo Pichilli
596a228a05 merged fix: Prevent Android java.lang.NullPointerException in InAppWebViewCl… 2022-10-13 17:11:07 +02:00
Lorenzo Pichilli
cad913f279 merged fix: try to open with Chrome if default browser app does not support custom tabs 2022-10-13 16:39:28 +02:00
Lorenzo Pichilli
f0d3039533 merged Fix RangeError: Maximum call stack size exceeded 2022-10-13 16:00:15 +02:00
Lorenzo Pichilli
db008bb9c0 Merged Android fix leaking MethodChannel through anonymous class 2022-10-13 15:40:13 +02:00
Lorenzo Pichilli
120d77cf8d Added Android direct camera capture feature 2022-10-13 10:18:31 +02:00
Lorenzo Pichilli
748a6f5f7e Fixed Android RendererPriorityPolicy.waivedWhenNotVisible type 'Null' is not a subtype of type 'bool', updated pubspec.yaml metadata 2022-10-12 22:33:16 +02:00
Lorenzo Pichilli
c28355f11f added PullToRefreshController.isEnabled method, added iOS PullToRefreshController.isRefreshing missing method 2022-10-12 18:51:26 +02:00
Lorenzo Pichilli
17bdf84362 updated find interaction controller get and set search text implementation 2022-10-12 12:23:15 +02:00
Lorenzo Pichilli
e9b059b2e2 renamed findAllAsync to findAll 2022-10-12 10:27:58 +02:00
Lorenzo Pichilli
b4558d356a added FindSession to Android 2022-10-12 10:13:05 +02:00
Lorenzo Pichilli
e9c69c7f8b fixed android user scripts 2022-10-11 15:54:37 +02:00
Lorenzo Pichilli
f5a048cb69 added Find Interaction Controller 2022-10-08 14:19:35 +02:00
Lorenzo Pichilli
06ef336c28 added reverseBypassEnabled in ProxySettings 2022-10-07 08:37:56 +02:00
Lorenzo Pichilli
6d2408de0e added enterpriseAuthenticationAppLinkPolicyEnabled android webview setting 2022-10-07 02:34:09 +02:00
Lorenzo Pichilli
b889efebf3 added requestedWithHeaderMode android webview settings, added getRequestedWithHeaderMode and setRequestedWithHeaderMode ServiceWorkerController methods 2022-10-07 02:26:28 +02:00
Lorenzo Pichilli
1fd8a062f3 updated algorithmicDarkeningAllowed 2022-10-07 01:50:51 +02:00
Lorenzo Pichilli
22ae9deac6 added android willSuppressErrorPage and algorithmicDarkeningAllowed settings 2022-10-07 01:45:15 +02:00
Lorenzo Pichilli
80b8bde10a Added WebViewFeature.DOCUMENT_START_SCRIPT Android feature support 2022-10-06 19:17:11 +02:00
Lorenzo Pichilli
3a63c35a68 fixed tests 2022-10-06 15:13:31 +02:00
Lorenzo Pichilli
caf8ae915b fixed nativeValue in case of null, updated log debug settings for flutter test cases 2022-10-05 19:48:34 +02:00
Lorenzo Pichilli
8a9bb5cabc Merge branch 'develop' into feature/exchangeable-annotations 2022-10-05 17:45:23 +02:00
Lorenzo Pichilli
fdd0023f21 merge 5.4.4+3 2022-10-05 17:43:43 +02:00
Lorenzo Pichilli
cd523c9d53 complete applying internal annotations to types folder 2022-10-05 13:13:20 +02:00
Lorenzo Pichilli
caa5c7525e merge develop 2022-10-04 14:51:48 +02:00
Lorenzo Pichilli
4c06cfee18 merge with 5.4.4 2022-10-04 12:35:50 +02:00
Lorenzo Pichilli
389cfe5a12 converted other exchangable objects and enums 2022-06-09 10:36:13 +02:00