iosWebViewFix/example/integration_test/in_app_webview
Lorenzo Pichilli 2d32eff3f0 Fixed InAppWebViewSettings automatic infer if initialSettings is null 2022-11-28 15:12:02 +01:00
..
apple_pay_api.dart updated tests 2022-04-29 13:39:28 +02:00
audio_playback_policy.dart Created WebUri class to replace Uri dart core type, fix #1402, fix #1328, fix #1350 2022-10-27 11:02:49 +02:00
clear_cache.dart code format 2022-10-14 02:28:23 +02:00
clear_client_cert_preferences.dart updated tests 2022-04-29 13:39:28 +02:00
clear_focus.dart code format 2022-10-14 02:28:23 +02:00
clear_ssl_preferences.dart code format 2022-10-14 02:28:23 +02:00
content_blocker.dart code format 2022-10-14 02:28:23 +02:00
create_pdf.dart code format 2022-10-14 02:28:23 +02:00
get_certificate.dart code format 2022-10-14 02:28:23 +02:00
get_content_height.dart code format 2022-10-14 02:28:23 +02:00
get_current_web_view_package.dart updated tests 2022-04-29 13:39:28 +02:00
get_default_user_agent.dart added disposable internal class, fixed some docs 2022-05-13 09:35:50 +02:00
get_favicons.dart code format 2022-10-14 02:28:23 +02:00
get_html.dart code format 2022-10-14 02:28:23 +02:00
get_meta_tags.dart code format 2022-10-14 02:28:23 +02:00
get_meta_theme_color.dart code format 2022-10-14 02:28:23 +02:00
get_original_url.dart code format 2022-10-14 02:28:23 +02:00
get_progress.dart code format 2022-10-14 02:28:23 +02:00
get_title.dart Created WebUri class to replace Uri dart core type, fix #1402, fix #1328, fix #1350 2022-10-27 11:02:49 +02:00
handles_url_scheme.dart updated tests 2022-04-29 13:39:28 +02:00
http_auth_credential_database.dart Created WebUri class to replace Uri dart core type, fix #1402, fix #1328, fix #1350 2022-10-27 11:02:49 +02:00
initial_url_request.dart code format 2022-10-14 02:28:23 +02:00
inject_css.dart Created WebUri class to replace Uri dart core type, fix #1402, fix #1328, fix #1350 2022-10-27 11:02:49 +02:00
inject_javascript_file.dart Created WebUri class to replace Uri dart core type, fix #1402, fix #1328, fix #1350 2022-10-27 11:02:49 +02:00
intercept_ajax_request.dart Fixed InAppWebViewSettings automatic infer if initialSettings is null 2022-11-28 15:12:02 +01:00
intercept_fetch_request.dart Fixed InAppWebViewSettings automatic infer if initialSettings is null 2022-11-28 15:12:02 +01:00
is_loading.dart code format 2022-10-14 02:28:23 +02:00
is_secure_context.dart Created WebUri class to replace Uri dart core type, fix #1402, fix #1328, fix #1350 2022-10-27 11:02:49 +02:00
javascript_code_evaluation.dart code format 2022-10-14 02:28:23 +02:00
javascript_dialogs.dart code format 2022-10-14 02:28:23 +02:00
javascript_handler.dart code format 2022-10-14 02:28:23 +02:00
load_data.dart Replaced Uri.encodeFull with Uri.encodeComponent to load html data correctly on Web platform 2022-11-25 12:39:04 +01:00
load_file.dart code format 2022-10-14 02:28:23 +02:00
load_file_url.dart Created WebUri class to replace Uri dart core type, fix #1402, fix #1328, fix #1350 2022-10-27 11:02:49 +02:00
load_url.dart Added InAppWebView.headlessWebView property to convert an HeadlessWebView to InAppWebView widget 2022-10-20 16:34:37 +02:00
main.dart Removed willSuppressErrorPage WebView Android setting in favor of disableDefaultErrorPage, Added isMultiProcessEnabled static method on InAppWebViewController for Android, Added onContentSizeChanged WebView event for iOS, Added onPermissionRequestCanceled and onRequestFocus WebView events for Android, Added defaultVideoPoster WebView setting for Android, Added TracingController for Android WebViews 2022-10-31 02:09:00 +01:00
on_console_message.dart code format 2022-10-14 02:28:23 +02:00
on_content_size_changed.dart code format 2022-11-02 15:08:44 +01:00
on_download_start_request.dart Fixed InAppWebViewSettings automatic infer if initialSettings is null 2022-11-28 15:12:02 +01:00
on_js_before_unload.dart code format 2022-10-14 02:28:23 +02:00
on_load_resource.dart code formatting 2022-11-22 22:41:18 +01:00
on_load_resource_with_custom_scheme.dart code format 2022-10-14 02:28:23 +02:00
on_navigation_response.dart Fixed InAppWebViewSettings automatic infer if initialSettings is null 2022-11-28 15:12:02 +01:00
on_page_commit_visible.dart code format 2022-10-14 02:28:23 +02:00
on_permission_request.dart code format 2022-11-02 15:08:44 +01:00
on_print.dart added PrintJobController to manage print jobs 2022-05-12 00:19:43 +02:00
on_progress_changed.dart fixed tests 2022-10-06 15:13:31 +02:00
on_received_error.dart Created WebUri class to replace Uri dart core type, fix #1402, fix #1328, fix #1350 2022-10-27 11:02:49 +02:00
on_received_http_error.dart added onReceivedError and onReceivedHttpError events 2022-05-01 17:06:16 +02:00
on_received_icon.dart Added InAppWebView.headlessWebView property to convert an HeadlessWebView to InAppWebView widget 2022-10-20 16:34:37 +02:00
on_received_touch_icon_url.dart code format 2022-10-14 02:28:23 +02:00
on_scroll_changed.dart code format 2022-10-14 02:28:23 +02:00
on_title_changed.dart code format 2022-10-14 02:28:23 +02:00
on_update_visited_history.dart code format 2022-10-14 02:28:23 +02:00
on_window_blur.dart updated tests 2022-04-29 13:39:28 +02:00
on_window_focus.dart updated tests 2022-04-29 13:39:28 +02:00
page_down_up.dart code format 2022-10-14 02:28:23 +02:00
pause_resume.dart code format 2022-10-14 02:28:23 +02:00
pause_resume_timers.dart code format 2022-10-14 02:28:23 +02:00
post_requests.dart Created WebUri class to replace Uri dart core type, fix #1402, fix #1328, fix #1350 2022-10-27 11:02:49 +02:00
print_current_page.dart code format 2022-10-14 02:28:23 +02:00
programmatic_scroll.dart Created WebUri class to replace Uri dart core type, fix #1402, fix #1328, fix #1350 2022-10-27 11:02:49 +02:00
programmatic_zoom_scale.dart Created WebUri class to replace Uri dart core type, fix #1402, fix #1328, fix #1350 2022-10-27 11:02:49 +02:00
pull_to_refresh.dart code format 2022-10-14 02:28:23 +02:00
reload.dart code format 2022-10-14 02:28:23 +02:00
request_focus_node_href.dart code format 2022-10-14 02:28:23 +02:00
request_image_ref.dart code format 2022-10-14 02:28:23 +02:00
resize_webview.dart Created WebUri class to replace Uri dart core type, fix #1402, fix #1328, fix #1350 2022-10-27 11:02:49 +02:00
safe_browsing.dart added forceDarkStrategy webview setting, updated some android checks on webview feature supported 2022-05-02 15:08:23 +02:00
set_custom_useragent.dart updated tests 2022-04-29 13:39:28 +02:00
set_get_settings.dart code format 2022-10-14 02:28:23 +02:00
set_web_contents_debugging_enabled.dart updated tests 2022-04-29 13:39:28 +02:00
should_intercept_request.dart Fixed InAppWebViewSettings automatic infer if initialSettings is null 2022-11-28 15:12:02 +01:00
should_override_url_loading.dart Fixed InAppWebViewSettings automatic infer if initialSettings is null 2022-11-28 15:12:02 +01:00
ssl_request.dart Created WebUri class to replace Uri dart core type, fix #1402, fix #1328, fix #1350 2022-10-27 11:02:49 +02:00
stop_loading.dart code format 2022-10-14 02:28:23 +02:00
t_rex_runner_game.dart code format 2022-10-14 02:28:23 +02:00
take_screenshot.dart updated README, fixed swift Util getUrlAsset and getAbsPathAsset, fixed NSColor, added WKWebView runOpenPanelWith event 2022-10-19 13:14:53 +02:00
user_scripts.dart code format 2022-10-14 02:28:23 +02:00
video_playback_policy.dart Created WebUri class to replace Uri dart core type, fix #1402, fix #1328, fix #1350 2022-10-27 11:02:49 +02:00
web_archive.dart code format 2022-10-14 02:28:23 +02:00
web_history.dart code format 2022-10-14 02:28:23 +02:00
web_message.dart Created WebUri class to replace Uri dart core type, fix #1402, fix #1328, fix #1350 2022-10-27 11:02:49 +02:00
webview_asset_loader.dart Added InAppWebViewSettings.allowBackgroundAudioPlaying for Android, Added WebViewAssetLoader and InAppWebViewSettings.webViewAssetLoader for Android 2022-10-22 04:05:41 +02:00
webview_windows.dart Created WebUri class to replace Uri dart core type, fix #1402, fix #1328, fix #1350 2022-10-27 11:02:49 +02:00