Commit Graph

553 Commits

Author SHA1 Message Date
Lorenzo Pichilli 6f5c6af49d updated .cirrus.yml 2021-02-10 11:20:38 +01:00
Lorenzo Pichilli 84fb68542c updated .cirrus.yml 2021-02-10 11:15:21 +01:00
Lorenzo Pichilli 9faabea96b updated .cirrus.yml 2021-02-10 10:59:22 +01:00
Lorenzo Pichilli 2a8d18dab3 updated .cirrus.yml 2021-02-10 10:56:59 +01:00
Lorenzo Pichilli b1c7808257 updated .cirrus.yml 2021-02-10 10:53:39 +01:00
Lorenzo Pichilli 1eb37905b0 updated .cirrus.yml 2021-02-10 10:51:16 +01:00
Lorenzo Pichilli 6048975afe updated .cirrus.yml 2021-02-10 10:48:28 +01:00
Lorenzo Pichilli 58f5cc7243 updated .cirrus.yml 2021-02-10 10:42:03 +01:00
Lorenzo Pichilli 3d199595f6 updated .cirrus.yml 2021-02-10 10:35:29 +01:00
Lorenzo Pichilli ea9c0f856a updated .cirrus.yml 2021-02-10 10:30:46 +01:00
Lorenzo Pichilli f20c8928f0 updated .cirrus.yml 2021-02-10 10:28:38 +01:00
Lorenzo Pichilli 2977b8a45c updated .cirrus.yml 2021-02-10 10:21:16 +01:00
Lorenzo Pichilli 75b157b929 updated .cirrus.yml 2021-02-10 10:18:35 +01:00
Lorenzo Pichilli d1ecaa8214 updated .cirrus.yml 2021-02-10 10:16:21 +01:00
Lorenzo Pichilli a6746da0eb updated .cirrus.yml 2021-02-10 10:13:45 +01:00
Lorenzo Pichilli 095491b158 updated .cirrus.yml 2021-02-10 10:09:18 +01:00
Lorenzo Pichilli b92eba7a7c updated .cirrus.yml 2021-02-10 10:08:03 +01:00
Lorenzo Pichilli 1bd6c3953c updated .cirrus.yml 2021-02-10 09:54:54 +01:00
Lorenzo Pichilli e7bb6dea9b updated .cirrus.yml 2021-02-10 09:50:11 +01:00
Lorenzo Pichilli 1a13cb4b94 updated .cirrus.yml 2021-02-10 09:41:56 +01:00
Lorenzo Pichilli 8d1219f573 updated .cirrus.yml 2021-02-10 09:41:09 +01:00
Lorenzo Pichilli 4469ec7a62 fixed Options.parse iOS method, updated .cirrus.yml 2021-02-10 04:14:58 +01:00
Lorenzo Pichilli d4c27b1d3d added .cirrus.yml file 2021-02-10 03:20:09 +01:00
Lorenzo Pichilli f01e3c849d updated iosOnNavigationResponse docs 2021-02-10 02:35:07 +01:00
Lorenzo Pichilli 2cd0948620 Added iosShouldAllowDeprecatedTLS iOS-specific WebView event 2021-02-10 02:32:05 +01:00
Lorenzo Pichilli 2aab462702 Added useOnNavigationResponse iOS-specific WebView option, Added iosOnNavigationResponse iOS-specific WebView event, Added new iOS-specific attributes to ShouldOverrideUrlLoadingRequest and CreateWindowRequest classes 2021-02-10 00:15:10 +01:00
Lorenzo Pichilli 6ee1e6f873 updated CHANGELOG.md 2021-02-09 21:15:13 +01:00
Lorenzo Pichilli 1c0f934a50
Merge pull request #671 from MrNinja/master
[mod] Fix all issues relate to long click in Android version 7.0 (#657, #527)
2021-02-09 21:13:20 +01:00
Lorenzo Pichilli 0e4e16562d Added scriptHtmlTagAttributes optional argument to injectJavascriptFileFromUrl WebView method, Added cssLinkHtmlTagAttributes optional argument to injectCSSFileFromUrl WebView method 2021-02-09 21:11:50 +01:00
Lorenzo Pichilli bbb2af8275 updated README.md 2021-02-09 01:40:40 +01:00
Lorenzo Pichilli 88bfe9036f added createWebArchiveData iOS-specific WebView method, Moved saveWebArchive WebView method from Android-specific to cross-platform 2021-02-09 01:39:35 +01:00
Lorenzo Pichilli b15ae759d5 added createPdf ios webview method, fixed null config takeScreenshot android exception 2021-02-08 18:28:35 +01:00
Trần Đức Tâm 3457a239fe [mod] Fix all issues relate to long click in Android version 7.0 (#657, #527) 2021-02-08 17:35:10 +09:00
Lorenzo Pichilli 3f1ed3ba70 added ScreenshotConfiguration class and screenshotConfiguration optional argument to takeScreenshot WebView method 2021-02-08 01:17:12 +01:00
Lorenzo Pichilli 7b681df9f2 updated README.md 2021-02-07 16:39:49 +01:00
Lorenzo Pichilli 5a4e2fda0f updated CHANGELOG.md, Added iosAnimated optional argument to zoomBy WebView method 2021-02-07 16:37:01 +01:00
Lorenzo Pichilli 048f8f5ead
Merge pull request #670 from pcqpcq/master
fix(iOS): missing implementation of method zoomBy
2021-02-07 16:10:33 +01:00
Lorenzo Pichilli 5f988d5177 updated README.md 2021-02-07 16:07:55 +01:00
Lorenzo Pichilli 7c5931b0f9 Added callAsyncJavaScript WebView method, fix #642, fix #614 2021-02-07 16:05:39 +01:00
pancq b0d3b82ca6 fix(iOS): missing implementation of method zoomBy 2021-02-07 15:54:40 +08:00
Lorenzo Pichilli 9b3ea1c6a2
Merge pull request #668 from ycv005/patch-1
Update README.md
2021-02-06 02:32:35 +01:00
Lorenzo Pichilli e7de6d3419 removed unused imports InAppWebView.java 2021-02-06 02:31:24 +01:00
Lorenzo Pichilli 55242a35f9 updated management of Content Worlds, updated evaluateJavascript API 2021-02-06 02:30:15 +01:00
Lorenzo Pichilli 54e027bee0 fix example main.dart 2021-02-04 22:06:04 +01:00
Lorenzo Pichilli 37fa32b31e added AndroidWebViewFeature, AndroidServiceWorkerController, AndroidServiceWorkerClient classes 2021-02-04 21:54:09 +01:00
Yash Chandra Verma 453c017cfe
Update README.md
Hybrid composition works well when the Flutter version is above 1.22.2. Here is more detail- https://github.com/flutter/website/pull/4890
2021-02-04 14:12:44 +05:30
Lorenzo Pichilli a023d34fd9 Added mediaType, pageZoom, limitsNavigationsToAppBoundDomains iOS-specific webview options, Added handlesURLScheme iOS-specific webview method, Added ContentWorld class, minor bug fixes 2021-02-04 01:43:55 +01:00
Lorenzo Pichilli 37546a1dc0 fix #662 2021-02-03 15:17:15 +01:00
Lorenzo Pichilli 8368483d84 removed unneeded Java code obj.put(uuid, uuid) on Android 2021-02-01 16:22:25 +01:00
Lorenzo Pichilli 7879de2d4e Updated README.md 2021-02-01 16:00:58 +01:00