Closed PrimozGodec closed 3 years ago
WebView based on WebKitView does not support js_timeout and fails on init.
WebView
WebKitView
js_timeout
This workaround sets the js_timout only for WebEngineView based WebView. This is a temporary fix for https://github.com/biolab/orange-widget-base/pull/132
js_timout
WebEngineView
closing since it is already fixed in biolab/orange-widget-base#132
Issue
WebView
based onWebKitView
does not supportjs_timeout
and fails on init.Description of changes
This workaround sets the
js_timout
only forWebEngineView
basedWebView
. This is a temporary fix for https://github.com/biolab/orange-widget-base/pull/132Includes