Commit Graph

1204 Commits

Author SHA1 Message Date
Lorenzo Pichilli 7bb70eb7d9 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 2023-12-06 02:19:40 +01:00
Lorenzo Pichilli beb827858f possible fix for #1894 2023-12-05 19:48:24 +01:00
Lorenzo Pichilli e44c31b456 updated dependencies 2023-12-04 04:38:59 +01:00
Lorenzo Pichilli 3d66ec0882 code format 2023-12-04 04:33:02 +01:00
Lorenzo Pichilli df678091e9 Updated minimum platform interface and implementation versions, Fixed events not called on InAppBrowser and ChromeSafariBrowser opening same instance multiple times 2023-12-04 04:32:01 +01:00
Lorenzo Pichilli 290cfd6efa fix for ios and macos #1738 2023-12-01 14:26:34 +01:00
Lorenzo Pichilli d23f7fd41b Expose missing InAppBrowserSettings.menuButtonColor option in constructor platform interface, Fixed iOS InAppBrowserMenuItem.iconColor not working 2023-11-30 15:05:51 +01:00
Lorenzo Pichilli a86c5d1e43 updated README Android requirements 2023-11-30 11:04:57 +01:00
Lorenzo Pichilli 5e5fac6de9 Throw platform exception when ProcessGlobalConfig.apply throws an error on the native side to be able to catch it on Flutter side, updated e.printStackTrace with Log.e where possible 2023-11-30 10:09:03 +01:00
Lorenzo Pichilli 23097dbce0 Throw platform exception when ProcessGlobalConfig.apply throws an error on the native side to be able to catch it on Flutter side, updated e.printStackTrace with Log.e where possible 2023-11-30 10:08:49 +01:00
Lorenzo Pichilli 35fea2c331 Updated ContentBlockerHandler CSS_DISPLAY_NONE action type and JavaScriptBridgeJS.JAVASCRIPT_BRIDGE_JS_SOURCE javascript implementation code 2023-11-29 14:35:52 +01:00
Lorenzo Pichilli 77bca50f0e Expose missing old AndroidInAppWebViewOptions and IOSInAppWebViewOptions classes from platform interface 2023-11-29 10:32:03 +01:00
Lorenzo Pichilli a931bbbbf6 updated test script 2023-11-28 02:37:48 +01:00
Lorenzo Pichilli 3facb6a963 moved flutter_inappwebview base package to flutter_inappwebview folder, format code 2023-11-28 02:32:01 +01:00
Lorenzo Pichilli f7967d0a42 fix #1881, fixed PlatformPrintJobController.onComplete setter 2023-11-28 01:27:29 +01:00
Lorenzo Pichilli fcb92e2bbc Merge branch 'feature/federated-plugin' 2023-11-27 19:29:24 +01:00
Lorenzo Pichilli 070d75af2e created .github/ISSUE_TEMPLATE/APP_SHOWCASE.md template 2023-11-27 19:27:31 +01:00
Lorenzo Pichilli 49f250d5dc removed ignored file, created .pubignore 2023-11-27 19:15:47 +01:00
Lorenzo Pichilli d5b3d9c9fa updated CHANGELOG 2023-11-27 19:02:50 +01:00
Lorenzo Pichilli c03914f144 updated README 2023-11-27 18:59:19 +01:00
Lorenzo Pichilli 40c36b8df3 updated README 2023-11-27 18:48:38 +01:00
Lorenzo Pichilli fdbf474642 format code 2023-11-27 18:42:14 +01:00
Lorenzo Pichilli 26f0235c98 updated analysis options 2023-11-27 18:41:59 +01:00
Lorenzo Pichilli c743fb4b0d updated README 2023-11-27 18:33:01 +01:00
Lorenzo Pichilli 6d525a9790 updated README 2023-11-27 18:32:38 +01:00
Lorenzo Pichilli d57d1aecfb updated android package name to com.pichillilorenzo.flutter_inappwebview_android 2023-11-27 13:03:36 +01:00
Lorenzo Pichilli 26512318d8 updated CHANGELOG and LICENSE 2023-11-27 12:11:26 +01:00
Lorenzo Pichilli b99824ee21 created flutter_inappwebview_web, updated web_support.js path 2023-11-27 12:09:17 +01:00
Lorenzo Pichilli b66eeae75a removed util platform check 2023-11-27 09:59:06 +01:00
Lorenzo Pichilli e0c03b0891 created flutter_inappwebview_macos 2023-11-27 09:46:37 +01:00
Lorenzo Pichilli b1e7a5b3df updated pubspec.yaml 2023-11-27 08:49:57 +01:00
Lorenzo Pichilli 48aef55603 removed android and iOS methods cross-references 2023-11-27 00:56:46 +01:00
Lorenzo Pichilli f3033b3407 created flutter_inappwebview_ios, fixed web_authenticate_session, fixed default in_app_localhost_server implementation 2023-11-27 00:02:46 +01:00
Lorenzo Pichilli a25c1bd50e fixed last android implementations, updated analysis_options files 2023-11-25 04:56:49 +01:00
Lorenzo Pichilli d57af8eb46 updated docs 2023-11-24 17:56:57 +01:00
Lorenzo Pichilli 0b0869ce2a updated debugLoggingSettings references, dart format 2023-11-23 16:06:50 +01:00
Lorenzo Pichilli 9cb8b3af26 updated chrome_safari_browser implementation, updated WebMessage.ports interface, updated WebViewAssetLoader implementation, force InAppWebViewController type for webview controller events 2023-11-23 16:01:14 +01:00
Lorenzo Pichilli d37de77f36 updated tests, created InAppLocalHostServer platform interface and default implementation, use where possibile the non-Platform prefix class 2023-11-18 01:17:45 +01:00
Lorenzo Pichilli 1486b5af38 first commit federated-plugin 2023-11-17 23:28:11 +01:00
Lorenzo Pichilli 79024b24da updated tests, fixed ios and macos headless to inappwebview conversion 2023-11-15 00:56:10 +01:00
Lorenzo Pichilli b190d02925 fix #1841 2023-11-14 23:13:02 +01:00
Lorenzo Pichilli acb20fc10a fix #1837 2023-11-14 22:47:54 +01:00
Lorenzo Pichilli 8dfddc2e12 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 2023-11-14 18:39:25 +01:00
Lorenzo Pichilli a0bbbba7f1 updated package.json scripts 2023-11-12 20:27:31 +01:00
Lorenzo Pichilli 6119d58951 updated tests 2023-11-12 20:25:36 +01:00
Lorenzo Pichilli 8ee618101b removed print 2023-11-12 19:51:53 +01:00
Lorenzo Pichilli 2ea3bee498 Added getPackageName static method on ChromeSafariBrowser for Android, updated iOS and macOS WebViewChannelDelegate channel self reference 2023-11-12 19:51:33 +01:00
Lorenzo Pichilli 6a486b2fa9 Added requestPostMessageChannel, postMessage, isEngagementSignalsApiAvailable methods on ChromeSafariBrowser for Android, Added onMessageChannelReady, onPostMessage, onVerticalScrollEvent, onGreatestScrollPercentageIncreased, onSessionEnded events on ChromeSafariBrowser for Android 2023-11-12 18:56:11 +01:00
Lorenzo Pichilli 5009bf1fa4 fixed generator build.yaml 2023-11-11 19:24:48 +01:00
Lorenzo Pichilli d5a0bb3e3e code format 2023-11-11 19:09:10 +01:00