Commit Graph

1283 Commits

Author SHA1 Message Date
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
Lorenzo Pichilli cf0c2029ff Added addUserScript, addUserScripts, removeUserScript, removeUserScripts, removeAllUserScripts WebView methods, Added initialUserScripts WebView option, Added UserScript and UserScriptInjectionTime classes, updated README.md, fix some wrong iOS swift return value on method call handler, added InAppWebViewMethodHandler native class 2021-02-01 15:55:27 +01:00
Lorenzo Pichilli a5b90a33d0 removed code line in example 2021-01-31 22:08:53 +01:00
Lorenzo Pichilli a04f9eab10 updated ios Cookie Manager, Added IOSCookieManager class and CookieManager.instance().ios.getAllCookies iOS-specific method, updated README.md 2021-01-31 22:08:20 +01:00
Lorenzo Pichilli 77f09dd5b5 fixed iOS getCookies MyCookieManager, Added limited cookies support on iOS below 11.0 using JavaScript 2021-01-30 14:53:32 +01:00
Lorenzo Pichilli 399602e51d
Merge pull request #538 from DRSchlaubi/feature/android-11
Add ChromeSafariBrowser support for Android 11
2021-01-29 01:21:04 +01:00
Lorenzo Pichilli cb474e5537
Update README.md 2021-01-29 01:20:17 +01:00
Lorenzo Pichilli abf0c64d9d
Update README.md 2021-01-29 01:19:20 +01:00
Lorenzo Pichilli dbe713306c
Update chrome_safari_browser.dart 2021-01-29 01:17:50 +01:00
Lorenzo Pichilli 57557407a5
Merge branch 'master' into feature/android-11 2021-01-29 01:15:53 +01:00
Lorenzo Pichilli c9a440c5ad
Update ChromeSafariBrowserManager.java 2021-01-29 01:11:04 +01:00
Lorenzo Pichilli f968d8e5d9 updated CHANGELOG.md, fix #596 2021-01-29 00:57:30 +01:00
Lorenzo Pichilli 179ef6320b
Merge pull request #620 from cbodin/fix/add-android-media-intents-on-wildcard-input-accept
Add android media intents on wildcard input accept
2021-01-29 00:53:09 +01:00
Lorenzo Pichilli 9ea8262fce
Merge pull request #645 from omralcrt/fix-method-name
Fix injectStyleFile name to injectCSSFileFromUrl
2021-01-29 00:21:23 +01:00
Lorenzo Pichilli 3f2fe9e864
Merge pull request #567 from gunantosteven/master
Fixing wrong casting
2021-01-29 00:13:55 +01:00
Lorenzo Pichilli b7337c4f78 Updated README.md 2021-01-28 19:03:33 +01:00
Lorenzo Pichilli e46a531090 remove print(await controller.getOptions()); code line from the example 2021-01-28 19:01:16 +01:00
Lorenzo Pichilli d96ea02876 fix #654, updated README.md 2021-01-28 18:56:04 +01:00
Lorenzo Pichilli f0d49a84b0 fix #583 2021-01-28 18:00:06 +01:00
Lorenzo Pichilli 5c99ba927d
Merge pull request #634 from albatrosify/master
Add NTLM Auth
2021-01-28 17:58:33 +01:00
Lorenzo Pichilli 4bbfee4cbf fix #449, fix #510, fix #550, fix #573 2021-01-28 17:56:44 +01:00