iosWebViewFix/ios/Classes
Matthew Lloyd 0dfbfe9a35 iOS: Call setNeedsLayout() in scrollViewDidScroll()
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.
2019-04-26 18:02:30 -04:00
..
FlutterWebViewController.swift fix #56, some code cleanup 2019-03-12 02:14:30 +01:00
FlutterWebViewFactory.swift init iOS inline webview implementation 2018-11-13 12:02:20 +01:00
InAppBrowserFlutterPlugin.h removed download method, injectScriptCode now returns result of the code injected #2, code cleanup 2018-09-22 13:51:07 +02:00
InAppBrowserFlutterPlugin.m removed download method, injectScriptCode now returns result of the code injected #2, code cleanup 2018-09-22 13:51:07 +02:00
InAppBrowserOptions.swift v0.5.0 2018-10-22 00:41:39 +02:00
InAppBrowserWebViewController.swift fix #56, some code cleanup 2019-03-12 02:14:30 +01:00
InAppWebView.swift iOS: Call setNeedsLayout() in scrollViewDidScroll() 2019-04-26 18:02:30 -04:00
InAppWebViewOptions.swift v0.5.0 2018-10-22 00:41:39 +02:00
MyCookieManager.swift completed CookieManager class #8 #3 2018-10-27 21:07:00 +02:00
Options.swift v0.4.1 2018-10-18 01:38:36 +02:00
SafariBrowserOptions.swift updated README.md and documentation 2018-10-05 13:18:28 +02:00
SafariViewController.swift v0.4.0 2018-10-16 01:27:58 +02:00
SwiftFlutterPlugin.swift fix #56, some code cleanup 2019-03-12 02:14:30 +01:00