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
/
macos
/
Classes
/
InAppWebView
History
Lorenzo Pichilli
18c3c1fa51
Fixed iOS and macOS InAppWebView memory leaks
2023-11-11 19:08:14 +01:00
..
WebMessage
Added InAppWebView keep alive feature, Added hasJavaScriptHandler, hasUserScript, hasWebMessageListener InAppWebViewController methods, HeadlessInAppWebView.webViewController could be null, Removed throwIfAlreadyOpened, throwIfNotOpened InAppBrowser methods, Removed throwIfAlreadyOpened, throwIfNotOpened ChromeSafariBrowser methods
2023-05-19 00:45:12 +02:00
ContextMenuSettings.swift
initial macos implementation
2022-10-17 02:23:05 +02:00
CustomSchemeHandler.swift
initial macos implementation
2022-10-17 02:23:05 +02:00
FlutterWebViewController.swift
fix
#1500
,
close
#1513
2023-11-10 19:57:02 +01:00
FlutterWebViewFactory.swift
Added InAppWebView keep alive feature, Added hasJavaScriptHandler, hasUserScript, hasWebMessageListener InAppWebViewController methods, HeadlessInAppWebView.webViewController could be null, Removed throwIfAlreadyOpened, throwIfNotOpened InAppBrowser methods, Removed throwIfAlreadyOpened, throwIfNotOpened ChromeSafariBrowser methods
2023-05-19 00:45:12 +02:00
InAppWebView.swift
Fixed iOS and macOS InAppWebView memory leaks
2023-11-11 19:08:14 +01:00
InAppWebViewManager.swift
Added InAppWebView keep alive feature, Added hasJavaScriptHandler, hasUserScript, hasWebMessageListener InAppWebViewController methods, HeadlessInAppWebView.webViewController could be null, Removed throwIfAlreadyOpened, throwIfNotOpened InAppBrowser methods, Removed throwIfAlreadyOpened, throwIfNotOpened ChromeSafariBrowser methods
2023-05-19 00:45:12 +02:00
InAppWebViewSettings.swift
Updated window.flutter_inappwebview.callHandler implementation: if there is an error/exception on Flutter/Dart side, the callHandler will reject the JavaScript promise with the error/exception message, so you can catch it also on JavaScript side, Fixed Android Web Storage Manager deleteAllData and deleteOrigin methods implementation,
fix
#1462
,
fix
#1475
2023-05-15 13:46:42 +02:00
WebViewChannelDelegate.swift
CookieManager.deleteCookies wait for all delete cookie completion handler to be completed on iOS and macOS,
fix
#1678
2023-11-11 17:32:59 +01:00
WebViewChannelDelegateMethods.swift
updated macos docs, added getContentWidth WebView method
2022-10-18 18:12:33 +02:00