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
/
example
/
lib
History
Lorenzo Pichilli
7d49baa8e0
updated in_app_browser_example.screen.dart example
2023-06-11 01:59:43 +02:00
..
chrome_safari_browser_example.screen.dart
Created WebUri class to replace Uri dart core type,
fix
#1402
,
fix
#1328
,
fix
#1350
2022-10-27 11:02:49 +02:00
headless_in_app_webview.screen.dart
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
in_app_browser_example.screen.dart
updated in_app_browser_example.screen.dart example
2023-06-11 01:59:43 +02:00
in_app_webiew_example.screen.dart
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
main.dart
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
web_authentication_session_example.screen.dart
Created WebUri class to replace Uri dart core type,
fix
#1402
,
fix
#1328
,
fix
#1350
2022-10-27 11:02:49 +02:00