Previous topicNext topic
Help >
What's new in this version

What's new in this version

 

Version 2.0.11

 

The control use :

  • ·      RC6 version 6.0.15
  • ·      WebView2
    • Fixed version 150 : Windows 10, 11, Server 2016, Server 2019, Server 2022
    • Fixed version 109 : Windows 7, 8, 8.1, Server 2012, Server 2008 R2

New Properties

New Methods :

New Events : 

 

Fixes and improvements

  • Added StartPage search engine
  • Improved InitEx in UseFixedversion mode
  • Fixed an issue with mouse cursor handling in the host application (the WebView2 component was not returning control to the host application to manage resize cursors)

Version 2.0.10

 

The control use :

  • ·      RC6 version 6.0.15
  • ·      WebView2
    • Fixed version 142 : Windows 10, 11, Server 2016, Server 2019, Server 2022
    • Fixed version 109 : Windows 7, 8, 8.1, Server 2012, Server 2008 R2

New Properties

  • BackColor : Returns or sets the background color of the control.
  • Borderstyle : Returns or sets the style of the control's border.
  • UseOrdoconceptWebView2 : Defines whether the control uses the fixed version 126 of WebView2, which allows the display of the password wallet.

New Methods :

 

New Events : 

 

Fixes and improvements

  • Option to set the zoomFactor before initialization and display of the first page.
  • Fixed an issue in setting the value of the InitTimeout property.

Version 2.0.9

 

The control use :

  • ·      RC6 version 6.0.15
  • ·      WebView2
    • Fixed version 131 : Windows 10, 11, Server 2016, Server 2019, Server 2022
    • Fixed version 109 : Windows 7, 8, 8.1, Server 2012, Server 2008 R2

New Properties

New Methods :

New Events :

  • PermissionRequested: raised when content in a OrdoWebView2 requests permission to access some privileged resources.

Fixes and improvements

 

Version 2.0.8

 

The control use :

  • ·      RC6 version 6.0.15
  • ·      WebView2
    • Fixed version 128 : Windows 10, 11, Server 2016, Server 2019, Server 2022
    • Fixed version 109 : Windows 7, 8, 8.1, Server 2012, Server 2008 R2

New Properties

  • InitTimeOut : Defines the waiting time for WebView2 initialization

New Methods :

  • DownloadFileEx: Download asynchronously a file from a URL.Returns a key to identify the download
  • DownloadCancel: Interrupts the download corresponding to the key provided.

New Events :

  • DownloadChecking: Fired periodically while a file is being downloaded.This event is almost identical to DownLoadInProgress . It adds the ability to cancel the download.

Fixes and improvements

  • Management of error 9, occurring when the component did not find a WebView2 component (UseEdgeFixedversion = True and EdgeFixedpath points to a directory that does not contain a WebView2 component). OrdoWebView2 displays an explanatory message and loads the Evergreen version of WebView2.
  • Fixed error 13 occurring when the component is dropped on certain containers (VB6 UserControl, container of languages other than Visual Basic 6, ...)


Version 2.0.7

 

The control use :

  • ·      RC6 version 6.0.15
  • ·      WebView2
    • Fixed version 122 : Windows 10, 11, Server 2016, Server 2019, Server 2022
    • Fixed version 109 : Windows 7, 8, 8.1, Server 2012, Server 2008 R2

New Properties

 

New Methods :

  • DownloadFile : Download asynchronously a file from a URL
  • GetCookies : Returns the cookies for the current top-level document.
  • GetOrdoWebView2DataPath : Returns the data path of the WebView2 component embedded in the OrdoWebView2 control.
  • GoWallet : Navigates the OrdoWebView2 to the Wallet page.
  • WebViewSetFocus: Gives focus to the Webview2 component embedded in the OrdoWebView2 control.

New Events :

Fixes and improvements

  • Improved tracking of URL changes when navigating within a page
  • Fixed an error in certain circumstances when initializing in Private Browsing mode
  • Fix shield initialization at WebView2 init

Version 2.0.6

 

The control use :

  • ·      RC6 version 6.0.15
  • ·      WebView2
    • Fixed version 117 : Windows 10, 11, Server 2016, Server 2019, Server 2022
    • Fixed version 109 : Windows 7, 8, 8.1, Server 2012, Server 2008 R2

New Properties

 

New Methods :

New Events :

  • ShieldChanged : fired when the shield level is changed by the SetShieldLevel method.
  • WebResourceRequested : raised when OrdoWebView2 is performing a URL request to a matching URL and resource context filter that was added with Add_WebResourceRequestedFilter


Version 2.0.5

The control use :

  • RC6 version 6.0.14
  • WebView2
    • Fixed version 114 : Windows 10, 11, Server 2016, Server 2019, Server 2022
    • Fixed version 109 : Windows 7, 8, 8.1, Server 2012, Server 2008 R2

New Properties

New Methods :

  • InitEx : extended version of the Init method. Allows you to :
    •  initiate browsing in private mode
    • choose the user data directory of the browser.
    • Set browser command line switches
    • ...
  • GetInnerText : returns the text content of the control, but also the cookies of the page, all the links of the page...
  • GetInnerHTML : returns the HTML content of the control, but also the cookies of the page, all the links of the page...

New Events

  • NavigationStarting : raised when the WebView main frame is requesting permission to navigate to a different URI.


Version 2.0.4

The control use :

  • RC6 version 6.0.12
  • WebView2 Fixed version 110

New Properties

New Methods :

  • SetZoomFactor : sets the zoom factor for the page displayed in the control...
  • RunJs : runs JavaScript code from the javaScript parameter in the current top-level document rendered in the Control (Replace JsRun)
  • RunJsAsync : asynchronously runs JavaScript code from the javaScript parameter in the current top-level document rendered in the Control (Replace JsRunAsync)

New Events

  • ZoomChanged : raised when the user change the browser zoom factor.