iosWebViewFix/flutter_inappwebview_windows/windows
unknown 4c58653113 windows: removed not wanted debug log in in_app_webview.cpp 2024-01-31 14:50:30 +01:00
..
custom_platform_view windows: fixed custom platform view context menu and window position 2024-01-22 16:11:43 +01:00
headless_in_app_webview windows: added WebViewEnvironment support for headlessinappwebview and inappbrowser 2024-01-27 21:36:37 +01:00
in_app_browser windows: added openDevTools, callDevToolsProtocolMethod, addDevToolsProtocolEventListener and removeDevToolsProtocolEventListener methods, added some more inappwebview and inappbrowser basic settings 2024-01-31 04:04:26 +01:00
in_app_webview windows: removed not wanted debug log in in_app_webview.cpp 2024-01-31 14:50:30 +01:00
include/flutter_inappwebview_windows windows c++ code format 2024-01-08 12:36:48 +01:00
plugin_scripts_js windows: fixed javascript evaluation, added callAsyncJavaScript implementation, call DestroyWindow(parentWindow) on InAppWebView dealloc 2024-01-23 16:01:09 +01:00
test basic initial windows support 2024-01-06 04:51:16 +01:00
types windows: added openDevTools, callDevToolsProtocolMethod, addDevToolsProtocolEventListener and removeDevToolsProtocolEventListener methods, added some more inappwebview and inappbrowser basic settings 2024-01-31 04:04:26 +01:00
utils windows: added openDevTools, callDevToolsProtocolMethod, addDevToolsProtocolEventListener and removeDevToolsProtocolEventListener methods, added some more inappwebview and inappbrowser basic settings 2024-01-31 04:04:26 +01:00
webview_environment windows: completed CookieManager implementation, added WebViewEnvironment getAvailableVersion and compareBrowserVersions methods 2024-01-28 16:24:54 +01:00
.gitignore basic initial windows support 2024-01-06 04:51:16 +01:00
CMakeLists.txt windows: completed CookieManager implementation, added WebViewEnvironment getAvailableVersion and compareBrowserVersions methods 2024-01-28 16:24:54 +01:00
cookie_manager.cpp windows: completed CookieManager implementation, added WebViewEnvironment getAvailableVersion and compareBrowserVersions methods 2024-01-28 16:24:54 +01:00
cookie_manager.h windows: completed CookieManager implementation, added WebViewEnvironment getAvailableVersion and compareBrowserVersions methods 2024-01-28 16:24:54 +01:00
flutter_inappwebview_windows_plugin.cpp windows: fixed dealloc webviews logic, implemented takeScreenshot, added WebViewEnvironment and WebViewEnvironmentSettings classes 2024-01-27 18:41:10 +01:00
flutter_inappwebview_windows_plugin.h windows: fixed dealloc webviews logic, implemented takeScreenshot, added WebViewEnvironment and WebViewEnvironmentSettings classes 2024-01-27 18:41:10 +01:00
flutter_inappwebview_windows_plugin_c_api.cpp windows c++ code format 2024-01-08 12:36:48 +01:00