This website requires JavaScript.
Explore
Help
Register
Sign In
rogalikkkkkk
/
iosWebViewFix
Watch
1
Star
0
Fork
You've already forked iosWebViewFix
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
d2730d75bc
iosWebViewFix
/
ios
/
Classes
/
InAppWebView
History
Lorenzo Pichilli
f06bcdf695
Added onLoad and onError callbacks in ScriptHtmlTagAttributes class used by InAppWebViewController.injectJavascriptFileFromUrl, InAppWebViewController.injectJavascriptFileFromAsset returns a Future<dynamic> type now
2021-04-07 18:34:35 +02:00
..
FlutterWebViewController.swift
fix
#776
,
fix
#748
, Added support of allowingReadAccessTo iOS-specific WebView option for the WebView initialData parameter, Added iosAllowingReadAccessTo iOS-specific parameter to the loadData WebView method
2021-04-02 15:18:28 +02:00
FlutterWebViewFactory.swift
Added initialSize property and setSize/getSize methods to the HeadlessInAppWebView class, androidOnScaleChanged event is deprecated - use onZoomScaleChanged event, getScale method is deprecated - use getZoomScale method, Removed final keyword for all HeadlessInAppWebView events, Fixed wrong usage of Android WebView scale property
2021-03-26 21:04:44 +01:00
InAppWebView.swift
Added onLoad and onError callbacks in ScriptHtmlTagAttributes class used by InAppWebViewController.injectJavascriptFileFromUrl, InAppWebViewController.injectJavascriptFileFromAsset returns a Future<dynamic> type now
2021-04-07 18:34:35 +02:00
InAppWebViewOptions.swift
code refactoring, new features, replaced String url to Uri uri everywhere, added URLRequest
2021-02-22 12:16:23 +01:00