Commit Graph

1272 Commits

Author SHA1 Message Date
Lorenzo Pichilli 2b600fbb6c
Merge pull request #40 from Sense545/master
Fixed bug where passing null to expiresDate failed
2019-03-10 21:54:08 +01:00
Sense545 595625c853 Fixed bug where passing null to expiresDate failed 2019-01-25 17:55:18 +01:00
pichillilorenzo c34cdf55d5 added test.dart 2018-12-20 09:25:31 +01:00
Lorenzo Pichilli 3b538104f5
Merge pull request #27 from igtm/encodeurl
[fix] encode resourceURL
2018-12-20 09:20:16 +01:00
Lorenzo Pichilli a2b7e48221
Merge pull request #24 from huzhiren/master
Fixed error: Double value cannot be converted to Int because the result would be greater than Int.max in 32-bit devices
2018-12-20 09:18:25 +01:00
Lorenzo Pichilli 30d930991e
Merge pull request #20 from marquesinijatinha/master
fixing a problem in safari webview and adding tabs to examples
2018-12-20 09:15:00 +01:00
Iguchi Tomokatsu 7dc29355b4 [fix] encode resourceURL 2018-12-18 16:24:24 +09:00
Ryan 2812726655
Update SwiftFlutterPlugin.swift 2018-12-12 07:10:53 +13:00
Ryan 54faefe23f
Update InAppWebView.swift 2018-12-12 07:10:16 +13:00
Ryan 312655329d
Update InAppBrowserWebViewController.swift 2018-12-12 07:09:15 +13:00
Joao Paulo Marquesini a9bcbe1f86 fixing a problem in safari webview and adding tabs to examples 2018-12-07 17:52:24 -02:00
pichillilorenzo 8b5a634715 working on iOS inline webview implementation 2018-11-27 17:34:44 +01:00
pichillilorenzo a5a784dd05 init iOS inline webview implementation 2018-11-13 12:02:20 +01:00
pichillilorenzo f02791f478 v0.5.51 2018-11-07 01:40:16 +01:00
pichillilorenzo ce09f7e7df updated README.md 2018-11-07 01:15:20 +01:00
pichillilorenzo b043b435d2 v0.5.5 2018-11-07 01:11:27 +01:00
pichillilorenzo 53e9ecbfa2 v0.5.4, updated docs and README.md 2018-10-30 23:59:17 +01:00
pichillilorenzo 305c726274 added WebHistory and WebHistoryItem class, added getCopyBackForwardList, goBackOrForward, canGoBackOrForward and goTo methods for InAppWebView and InAppBrowser, updated docs 2018-10-30 01:39:07 +01:00
pichillilorenzo ab7b1b68ad added and class, added method for and 2018-10-29 22:02:59 +01:00
pichillilorenzo 456be7d7f7 updated example 2018-10-28 01:16:29 +02:00
pichillilorenzo 098adfc1dd updated README.md, v0.5.3 2018-10-28 01:16:03 +02:00
pichillilorenzo e2b091b22c updated docs 2018-10-27 21:11:10 +02:00
pichillilorenzo ac962a59d7 completed CookieManager class #8 #3 2018-10-27 21:07:00 +02:00
pichillilorenzo 81a4b6ad7f added deleteCookie() and deleteCookies() on Android (#8) 2018-10-26 01:55:05 +02:00
pichillilorenzo 40dccfde53 added getCookies() and getCookie() for Android 2018-10-25 00:25:11 +02:00
pichillilorenzo 35233f09e5 working on CookieManager class (Manage cookies #8) 2018-10-24 01:02:33 +02:00
pichillilorenzo aa88e7d7bf Merge branch 'master' of github.com:pichillilorenzo/flutter_inappbrowser 2018-10-23 01:46:23 +02:00
pichillilorenzo ec348cd8a0 v0.5.2 2018-10-23 01:45:42 +02:00
Lorenzo Pichilli bb5fd9e05d
Merge pull request #7 from igtm/patch-1
[fix] readme link
2018-10-22 18:14:59 +02:00
Tomokatsu Iguchi fe586c66b5
[fix] readme link 2018-10-22 23:16:28 +09:00
pichillilorenzo 867715ea5e updated README.md 2018-10-22 02:13:38 +02:00
pichillilorenzo 2c7e3c8cda updated README.md 2018-10-22 02:11:26 +02:00
pichillilorenzo 7368ca07b5 updated README.md 2018-10-22 00:47:01 +02:00
pichillilorenzo 3668cb4e96 updated README.md 2018-10-22 00:44:59 +02:00
pichillilorenzo 7756aa8622 v0.5.0 2018-10-22 00:41:39 +02:00
pichillilorenzo ee7910b0b7 updated README.md 2018-10-18 01:41:29 +02:00
pichillilorenzo 99ff84c617 v0.4.1 2018-10-18 01:38:36 +02:00
pichillilorenzo ea6134d1f6 v0.4.1 2018-10-18 01:22:47 +02:00
pichillilorenzo f201e94847 updated README.md 2018-10-16 01:31:40 +02:00
pichillilorenzo 860a42e2ba v0.4.0 2018-10-16 01:27:58 +02:00
pichillilorenzo c7356f33c8 fixed WebView.storyboard path for iOS, added v0.3.2 2018-10-14 13:58:42 +02:00
pichillilorenzo 67a7341b70 updated README.md 2018-10-13 22:45:45 +02:00
pichillilorenzo 07728398b5 updated README.md 2018-10-13 22:44:08 +02:00
pichillilorenzo 3629769650 updated CHANGELOG.md 2018-10-13 22:16:42 +02:00
pichillilorenzo 74d6180f3e fixed README.md example 2018-10-13 22:14:53 +02:00
pichillilorenzo 4d10efc677 updated README.md 2018-10-13 21:53:02 +02:00
pichillilorenzo 5366078e5b updated example/lib/main.dart 2018-10-13 21:14:31 +02:00
pichillilorenzo 88d88bd11d fixed onLoadResource, added InAppBrowser.addJavaScriptHandler() and InAppBrowser.removeJavaScriptHandler() methods, v0.3.0 2018-10-13 21:12:32 +02:00
pichillilorenzo b4e3e73bce updated onLoadResource method, InAppBrowser.open url parameter has the default value: 'about:blank' 2018-10-13 03:16:08 +02:00
pichillilorenzo d696ed1e68 fixed WebView.storyboard to iOS deployment target 8.0, added onLoadResource method 2018-10-12 03:46:33 +02:00