Commit Graph

44 Commits

Author SHA1 Message Date
unknown 981c0356b8 initial windows implementation #460 2024-01-31 14:44:18 +01:00
unknown 7b8ebf49d9 added InAppWebViewControllerKeepAliveProps constructor parameters default value 2024-01-31 14:19:54 +01:00
unknown 599e2fd94f windows: added openDevTools, callDevToolsProtocolMethod, addDevToolsProtocolEventListener and removeDevToolsProtocolEventListener methods, added some more inappwebview and inappbrowser basic settings 2024-01-31 04:04:26 +01:00
unknown ade2edfb7d windows: completed CookieManager implementation, added WebViewEnvironment getAvailableVersion and compareBrowserVersions methods 2024-01-28 16:24:54 +01:00
unknown 7da9cb2643 windows: updated webview environment docs, updated cookie manager to support webview environment 2024-01-28 00:41:48 +01:00
unknown db9ff8c4e6 windows: added WebViewEnvironment support for headlessinappwebview and inappbrowser 2024-01-27 21:36:37 +01:00
unknown ed97928331 windows: fixed dealloc webviews logic, implemented takeScreenshot, added WebViewEnvironment and WebViewEnvironmentSettings classes 2024-01-27 18:41:10 +01:00
unknown ab869e9703 windows: fixed javascript evaluation, added callAsyncJavaScript implementation, call DestroyWindow(parentWindow) on InAppWebView dealloc 2024-01-23 16:01:09 +01:00
unknown b27036e59b windows: updated webview and browser creation params, added support for openWithSystemBrowser 2024-01-19 20:16:53 +01:00
unknown a4c044a0f1 windows: completed initial javascript handler communication and user scripts support, added support for loadFile and loadData 2024-01-19 18:52:00 +01:00
unknown 9a5dae03ba windows: implemented some other methods and events, initial implementation work for UserScripts and JavaScript handlers 2024-01-19 01:55:55 +01:00
unknown a8e960c4d0 windows: added c++ nlohmann.json dependency, added getCopyBackForwardList implementation 2024-01-17 01:23:08 +01:00
unknown 914316e6d3 windows: added inappwebview widget support, added some other methods 2024-01-16 03:18:59 +01:00
unknown dcfeeb7497 windows: fixed in app browser dealloc, fixed on load stop event, implemented onReceivedError and onReceivedHttpError events 2024-01-07 23:28:46 +01:00
Lorenzo Pichilli 751a104716 updated to stable 6 version 2023-12-25 18:18:33 +01:00
Lorenzo Pichilli e000cd8a4c
Update web_uri.dart
updated WebUri operator == and hashCode with the generated version
2023-12-25 18:04:24 +01:00
Daisuke Ueta 3264599822 Added == operator to WebUri 2023-12-25 18:11:09 +09:00
Lorenzo Pichilli 51311394d7 updated changelogs and versions 2023-12-23 14:31:37 +01:00
Michal Srutek 0317dc500d msg 2023-12-21 08:23:29 +01:00
Lorenzo Pichilli ed450ad678 Added CustomPathHandler class to be able to implement Android custom path handlers for WebViewAssetLoader 2023-12-18 12:40:16 +01:00
Lorenzo Pichilli c3c0a45929 fixed CHANGELOG.md 2023-12-17 23:09:27 +01:00
Lorenzo Pichilli 4c72bbfc0e 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
Lorenzo Pichilli b2a0a96898 Added InAppWebViewController.clearFormData Android-specific method, Added InAppWebViewController.clearAllCache static method, Added CookieManager.removeSessionCookies Android-specific method, Deprecated InAppWebViewController.clearCache and InAppWebViewSettings.clearCache, Deprecated InAppWebViewSettings.clearSessionCache, Updated CookieManager methods return value 2023-12-12 00:40:25 +01:00
Lorenzo Pichilli e60fe1740a fix #1905, updated useShouldInterceptAjaxRequest automatic infer logic 2023-12-07 16:59:30 +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 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 77bca50f0e Expose missing old AndroidInAppWebViewOptions and IOSInAppWebViewOptions classes from platform interface 2023-11-29 10:32:03 +01:00
Lorenzo Pichilli f7967d0a42 fix #1881, fixed PlatformPrintJobController.onComplete setter 2023-11-28 01:27:29 +01:00
Lorenzo Pichilli 40c36b8df3 updated README 2023-11-27 18:48:38 +01:00
Lorenzo Pichilli 26f0235c98 updated analysis options 2023-11-27 18:41:59 +01:00
Lorenzo Pichilli 6d525a9790 updated README 2023-11-27 18:32:38 +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