Commit Graph

1283 Commits

Author SHA1 Message Date
k 3ff3bb1681 https://github.com/pichillilorenzo/flutter_inappwebview/issues/1947 - In iOS version 17.2, when moving the input focus in a WebView, an unknown area appears at the top of the screen. 2024-08-28 16:02:49 +09:00
unknown 4c58653113 windows: removed not wanted debug log in in_app_webview.cpp 2024-01-31 14:50:30 +01:00
unknown 981c0356b8 initial windows implementation #460 2024-01-31 14:44:18 +01:00
unknown a6b9a959e1 Merge branch 'feature/flutter_inappwebview_windows' 2024-01-31 14:20:38 +01:00
unknown 7b8ebf49d9 added InAppWebViewControllerKeepAliveProps constructor parameters default value 2024-01-31 14:19:54 +01:00
Lorenzo Pichilli 7125bfb43e fix #1981 2024-01-31 14:00:17 +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 c452082219 windows: fixed some c++ include 2024-01-27 18:53:27 +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 7721deb062 windows: added headless inappwebview initial implementation 2024-01-24 02:11:28 +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 e4bfd68313 windows: fixed custom platform view context menu and window position 2024-01-22 16:11:43 +01:00
unknown ed6283d3b3 windows: added content world support for user scripts and javascript evaluation 2024-01-20 22:13:24 +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 11659f22e1 windows: added initial webview settings, updated flutter.h get fl options implementations 2024-01-11 11:10:10 +01:00
unknown 8499949a22 windows c++ code format 2024-01-08 12:36:48 +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
unknown 43aa01d944 added implementation for callback result, impl for shouldOverrideUrlLoading 2024-01-07 03:26:14 +01:00
unknown 81b72b3213 basic initial windows support 2024-01-06 04:51:16 +01:00
Lorenzo Pichilli 751a104716 updated to stable 6 version 2023-12-25 18:18:33 +01:00
Lorenzo Pichilli e28f73d055 updated README 2023-12-25 18:08:50 +01:00
Lorenzo Pichilli 3e277b2eb2
Merge pull request #1942 from pichillilorenzo/all-contributors/add-daisukeueta
add daisukeueta as a contributor for code
2023-12-25 18:07:44 +01:00
allcontributors[bot] abe578a0b8
update .all-contributorsrc 2023-12-25 17:07:02 +00:00
allcontributors[bot] bc1167a25f
update README.md 2023-12-25 17:07:01 +00:00
Lorenzo Pichilli 616dcaf7a4
Merge pull request #1941 from daisukeueta/master
Added == operator and hashCode to WebUri
2023-12-25 18:05:35 +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 5f2885c9d0 updated pubspec.lock 2023-12-23 16:16:13 +01:00
Lorenzo Pichilli e650c6dfee updated readme 2023-12-23 15:27:24 +01:00
Lorenzo Pichilli 8799e4a944
Merge pull request #1940 from pichillilorenzo/all-contributors/add-michalsrutek
add michalsrutek as a contributor for code
2023-12-23 15:26:22 +01:00
allcontributors[bot] d51fb03978
update .all-contributorsrc 2023-12-23 14:26:07 +00:00
allcontributors[bot] ccd41e75a1
update README.md 2023-12-23 14:26:06 +00:00
Lorenzo Pichilli e143e2892d fix #1924 2023-12-23 15:22:28 +01:00
Lorenzo Pichilli 9adf6abeb6 updated changelogs 2023-12-23 14:33:09 +01:00
Lorenzo Pichilli 51311394d7 updated changelogs and versions 2023-12-23 14:31:37 +01:00
Lorenzo Pichilli d0a8d6fb4c
Merge pull request #1937 from michalsrutek/feature/fix-typos
Fix typos
2023-12-23 14:13:09 +01:00
Lorenzo Pichilli bccd7535ce
Merge pull request #1936 from michalsrutek/feature/swift-code-improvements
Swift code improvements
2023-12-23 14:10:33 +01:00
Lorenzo Pichilli 93bc6ca1ed
Merge pull request #1935 from michalsrutek/feature/remove-open-default-params
Remove open default params
2023-12-23 14:03:10 +01:00
Lorenzo Pichilli ad3fe2a1b2
Merge pull request #1934 from michalsrutek/feature/encoding-enum-type-inference
Use enum type inference for encoding
2023-12-23 14:02:13 +01:00
Lorenzo Pichilli 5b422511c0
Merge pull request #1933 from michalsrutek/bugfix/ipad-crash-present-inappbrowser
💥 Fix iPad crash due to missing `sourceView`
2023-12-23 13:59:11 +01:00
Lorenzo Pichilli 15f31559e4
Merge pull request #1932 from michalsrutek/bugfix/ipad-crash-dispose
💥 Fix crash - remove force unwrapping from dispose method
2023-12-23 13:57:31 +01:00
Lorenzo Pichilli e1330c1304
Merge pull request #1930 from michalsrutek/feature/fix-couple-of-warnings
⚠️ Fix a couple of iOS warnings
2023-12-23 13:56:16 +01:00
Michal Srutek 0317dc500d msg 2023-12-21 08:23:29 +01:00