- 19 Nov, 2019 3 commits
-
-
Lorenzo Pichilli authored
-
Lorenzo Pichilli authored
- added a shared WKProcessPool for webview instances
-
Robert Constantinescu authored
-
- 07 Jun, 2019 1 commit
-
-
Lorenzo Pichilli authored
-
- 01 Jun, 2019 3 commits
-
-
Lorenzo Pichilli authored
Remove headers_build_phase from example's Podfile
-
Lorenzo Pichilli authored
Fix crash on xcode 10.2
-
Lorenzo Pichilli authored
add new option to control the contentMode in Android platform
-
- 30 May, 2019 2 commits
-
-
robsonfingo authored
Fixes #106
-
Robson Araujo authored
-
- 24 May, 2019 1 commit
-
-
Xu Mengtong authored
-
- 22 May, 2019 4 commits
-
-
pichillilorenzo authored
-
Lorenzo Pichilli authored
Adds a transparentBackground option for iOS and Android
-
Lorenzo Pichilli authored
The 'open' method requires an options dictionary
-
Lorenzo Pichilli authored
iOS: Call setNeedsLayout() in scrollViewDidScroll()
-
- 27 Apr, 2019 2 commits
-
-
Matthew Lloyd authored
This is useful to prevent a brief white flash on initialization for apps that use a dark theme.
-
Matthew Lloyd authored
Otherwise, SwiftFlutterPlugin.swift throws an exception on line 285 when the InAppBrowser.openWithSystemBrowser(url) method is called: let options = (arguments["options"] as? [String: Any])!
-
- 26 Apr, 2019 7 commits
-
-
Matthew Lloyd authored
Otherwise, the web view scrolls in blank white space which doesn't get painted until the scroll gesture is finished, because the WKWebView hasn't rendered that part of the viewport to its offscreen buffer.
-
pichillilorenzo authored
-
Lorenzo Pichilli authored
Add null checks around calls to InAppWebView callbacks
-
Matthew Lloyd authored
This prevents a crash I've been seeing as of v1.1.2 (for the onScrollChanged callback) and should also prevent any other similar possible crashes. Also, suppress an unused_field analyzer warning for InAppWebViewController._id.
-
pichillilorenzo authored
fix #74, merge #81 #83, fix javascript `...args` parameter of `window.flutter_inappbrowser.callHandler()`
-
Lorenzo Pichilli authored
bug fix for android build
-
Lorenzo Pichilli authored
Enable setTextZoom function of Android-WebViewSetting
-
- 25 Apr, 2019 1 commit
-
-
cinos authored
Android dependency 'androidx.core:core' has different version for the compile (1.0.0) and runtime (1.0.1) classpath
-
- 19 Apr, 2019 2 commits
- 15 Mar, 2019 6 commits
-
-
pichillilorenzo authored
-
pichillilorenzo authored
-
pichillilorenzo authored
-
pichillilorenzo authored
-
pichillilorenzo authored
-
pichillilorenzo authored
updated documentation for addJavaScriptHandler method, updated README.md, updated inline webview example
-
- 14 Mar, 2019 2 commits
-
-
pichillilorenzo authored
-
pichillilorenzo authored
added return value for JavaScriptHandlerCallback, added flutterInAppBrowserPlatformReady event for javascript, breaking change: javaScriptHandlersMap contains only one callback
-
- 12 Mar, 2019 1 commit
-
-
pichillilorenzo authored
-
- 11 Mar, 2019 5 commits
-
-
pichillilorenzo authored
-
Lorenzo Pichilli authored
upgrade to androidX
-
Rex Momoh authored
-
pichillilorenzo authored
-
pichillilorenzo authored
-