Merge pull request #671 from MrNinja/master
Lorenzo Pichilli
2021-02-09 21:13:20 +0100
0e4e16562dAdded scriptHtmlTagAttributes optional argument to injectJavascriptFileFromUrl WebView method, Added cssLinkHtmlTagAttributes optional argument to injectCSSFileFromUrl WebView method
Lorenzo Pichilli
2021-02-09 21:11:50 +0100
bbb2af8275updated README.md
Lorenzo Pichilli
2021-02-09 01:40:40 +0100
88bfe9036fadded createWebArchiveData iOS-specific WebView method, Moved saveWebArchive WebView method from Android-specific to cross-platform
Lorenzo Pichilli
2021-02-09 01:39:35 +0100
3457a239fe[mod] Fix all issues relate to long click in Android version 7.0 (#657, #527)
Trần Đức Tâm
2021-02-08 17:35:00 +0900
3f1ed3ba70added ScreenshotConfiguration class and screenshotConfiguration optional argument to takeScreenshot WebView method
Lorenzo Pichilli
2021-02-08 01:17:12 +0100
7b681df9f2updated README.md
Lorenzo Pichilli
2021-02-07 16:39:49 +0100
5a4e2fda0fupdated CHANGELOG.md, Added iosAnimated optional argument to zoomBy WebView method
Lorenzo Pichilli
2021-02-07 16:37:01 +0100
37546a1dc0fix#662
Lorenzo Pichilli
2021-02-03 15:17:15 +0100
8368483d84removed unneeded Java code obj.put(uuid, uuid) on Android
Lorenzo Pichilli
2021-02-01 16:22:25 +0100
7879de2d4eUpdated README.md
Lorenzo Pichilli
2021-02-01 16:00:58 +0100
cf0c2029ffAdded 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
Lorenzo Pichilli
2021-02-01 15:55:27 +0100
a5b90a33d0removed code line in example
Lorenzo Pichilli
2021-01-31 22:08:53 +0100
a04f9eab10updated ios Cookie Manager, Added IOSCookieManager class and CookieManager.instance().ios.getAllCookies iOS-specific method, updated README.md
Lorenzo Pichilli
2021-01-31 22:08:20 +0100
77f09dd5b5fixed iOS getCookies MyCookieManager, Added limited cookies support on iOS below 11.0 using JavaScript
Lorenzo Pichilli
2021-01-30 14:53:32 +0100
Merge pull request #658 from getkickback/ios-cookie-domain
Lorenzo Pichilli
2021-01-28 17:54:14 +0100
c65e72c708updated README.md
Lorenzo Pichilli
2021-01-28 17:18:02 +0100
26e63cedeeAdded support for Dart null-safety feature, Updated integration tests, Fixed missing properties initialization when using InAppWebViewController.fromInAppBrowser, Removed debuggingEnabled WebView option and added AndroidInAppWebViewController.setWebContentsDebuggingEnabled static method
Lorenzo Pichilli
2021-01-28 17:10:15 +0100
44482c123fiOS CookieManager.getCookies - Check that URL has suffix of cookie domain
Arne Kepp
2021-01-28 11:46:41 +0100
3ceff9b0d7Fix injectStyleFile name to injectCSSFileFromUrl
omralcorut
2021-01-18 17:08:26 +0300
Add support for Android 11 - Reflect package visibility settings in documentation - Upgrade android projects (lib & example) - Cleanup ChromeSafariBrowserManager.java - Upgrade Android dependencies
Michael Rittmeister
2020-09-26 11:35:06 +0200
eaad17eb4fFixed missing clearHistory webview method implementation on Android, Fixed iOS crash when using CookieManager getCookies for an URL and the host URL is null
Lorenzo Pichilli
2020-09-07 18:10:46 +0200
a83dca01ebFixed missing clearHistory webview method implementation on Android, Fixed iOS crash when using CookieManager getCookies for an URL and the host URL is null
Lorenzo Pichilli
2020-09-07 18:10:26 +0200
0ee9de78cffix#476
Lorenzo Pichilli
2020-09-07 16:33:21 +0200
adbd8d4f6cfix#506
Lorenzo Pichilli
2020-09-07 12:39:29 +0200
5476d142f4fix#507
Lorenzo Pichilli
2020-09-07 10:32:24 +0200
5b5620282dupdated CHANGELOG.md
Lorenzo Pichilli
2020-09-07 10:12:24 +0200
Merge pull request #490 from Doflatango/master
Lorenzo Pichilli
2020-08-27 17:26:23 +0200
093d2cb68cupdated android androidx.webkit:webkit:1.3.0, fixed default value for AndroidInAppBrowserOptions.hideTitleBar
Lorenzo Pichilli
2020-08-27 17:05:47 +0200
Update LICENSE
Lorenzo Pichilli
2020-07-07 12:42:48 +0200
ac7bbb1befupdate BUG_REPORT template
Lorenzo Pichilli
2020-07-06 10:29:42 +0200
f7af3130a4Fixed iOS userContentController didReceive WKScriptMessage event when using a WebView created with a windowId
Lorenzo Pichilli
2020-07-03 20:12:52 +0200
b8ec14d6b6Reverted calling handler.post on Android when a WebView is created, Fixed iOS extra bottom padding when opening the keyboard, fix#429
Lorenzo Pichilli
2020-07-02 17:30:55 +0200
3bb05cf03badded isAvailable ChromeSafariBrowser static method
Lorenzo Pichilli
2020-06-30 14:29:19 +0200
21df83e26fupdated README.md
Lorenzo Pichilli
2020-06-30 13:09:48 +0200
5be38259bfupdated README.md
Lorenzo Pichilli
2020-06-30 13:07:20 +0200
64d8a8b182updated README.md
Lorenzo Pichilli
2020-06-30 12:57:39 +0200