As follow up to this and several other browser related Q&A discussions in recent weeks. Today I rechecked Microsoft docs for WebView2 - the upcoming Chromium-based Edge browser component:
- As of 15-Jan-2020 (latest release notes) this component is still Developer Preview.
- This component is not plug-and-play replacement for the existing IE-Chakra based WebBrowser control.
- WebBrowser control is wrapped as ActiveX (or whatever the name is these days) and therefore accessible as OLECustomControl in PowerBuilder.
- The new component has no such OLE-accessible wrapper. You can add it to a C++ win32 app but you need to install a WebView2 SDK before you can develop software to interact with it.
TO-DO LIST BEFORE AVAILABLE
First, the WebView2 component needs to become generally available
Second, someone (Microsoft or someone else) needs to wrap it for OLE-access before we can use it in PowerBuilder user interfaces.
I did a similar request already on 24th of Jan last year: https://www.appeon.com/standardsupport/track/view?id=2205