This website requires JavaScript.
Explore
Help
Register
Sign In
rogalikkkkkk
/
iosWebViewFix
Watch
1
Star
0
Fork
0
You've already forked iosWebViewFix
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
iosWebViewFix
/
ios
/
Classes
History
cloudygeek
3c60c15a81
Update Options.swift
...
checking if object is null before checking if nil. causes to crash if null.
2021-06-18 09:27:27 +01:00
..
HeadlessInAppWebView
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
InAppBrowser
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
InAppWebView
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
PluginScriptsJS
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
PullToRefresh
Added support for pull-to-refresh feature (
fix
#395
), Fixed issue not rendering WebView content when scrolling on iOS (
fix
#704
), Fixed InAppBrowser.openData method, InAppBrowser.initialUserScripts InAppBrowser.id HeadlessInAppWebView.id properties are final now
2021-03-05 23:19:50 +01:00
SafariViewController
Removed all the dependencies: uuid, device_info, intl, and mime
2021-03-01 03:21:07 +01:00
Types
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
ContextMenuOptions.swift
added clearHistory webview methods on Android, setContextMenu and clearFocus webview methods, added ContextMenuOptions class
2020-05-30 20:23:33 +02:00
CredentialDatabase.swift
code refactoring, new features, replaced String url to Uri uri everywhere, added URLRequest
2021-02-22 12:16:23 +01:00
CustomeSchemeHandler.swift
code refactoring, new features, replaced String url to Uri uri everywhere, added URLRequest
2021-02-22 12:16:23 +01:00
FlutterMethodCallDelegate.swift
fixed android zoom, added new ios webview options, added
2020-05-09 04:36:07 +02:00
HttpAuthenticationChallenge.swift
code refactoring, new features, replaced String url to Uri uri everywhere, added URLRequest
2021-02-22 12:16:23 +01:00
InAppWebViewFlutterPlugin.h
fixed android zoom, added new ios webview options, added
2020-05-09 04:36:07 +02:00
InAppWebViewFlutterPlugin.m
Fix: added compatibility header
2020-07-31 20:35:27 +08:00
InAppWebViewMethodHandler.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
InAppWebViewStatic.swift
Added mediaType, pageZoom, limitsNavigationsToAppBoundDomains iOS-specific webview options, Added handlesURLScheme iOS-specific webview method, Added ContentWorld class, minor bug fixes
2021-02-04 01:43:55 +01:00
LeakAvoider.swift
Added support for pull-to-refresh feature (
fix
#395
), Fixed issue not rendering WebView content when scrolling on iOS (
fix
#704
), Fixed InAppBrowser.openData method, InAppBrowser.initialUserScripts InAppBrowser.id HeadlessInAppWebView.id properties are final now
2021-03-05 23:19:50 +01:00
MyCookieManager.swift
updated ios Cookie Manager, Added IOSCookieManager class and CookieManager.instance().ios.getAllCookies iOS-specific method, updated README.md
2021-01-31 22:08:20 +01:00
MyWebStorageManager.swift
fixed android zoom, added new ios webview options, added
2020-05-09 04:36:07 +02:00
Options.swift
Update Options.swift
2021-06-18 09:27:27 +01:00
PlatformUtil.swift
Removed all the dependencies: uuid, device_info, intl, and mime
2021-03-01 03:21:07 +01:00
SwiftFlutterPlugin.swift
Removed all the dependencies: uuid, device_info, intl, and mime
2021-03-01 03:21:07 +01:00
Util.swift
Added WebMessageChannel and WebMessageListener features, Updated Android Gradle distributionUrl version to 5.6.4, AndroidInAppWebViewController.getCurrentWebViewPackage is available now starting from Android API 21+, Attempt to
fix
#665
,
fix
#579
, Fixed wrong mapping of NavigationAction class on Android for androidHasGesture and androidIsRedirect properties
2021-03-11 22:42:18 +01:00
WKProcessPoolManager.swift
fixed android zoom, added new ios webview options, added
2020-05-09 04:36:07 +02:00