Open
Description
It seems in the sample and in my own code when calling WebView2WebView->Navigate the URL must be a full URL such as "https://www.whatismybrowser.com". If you specify a string like "www.whatismybrowser.com" the function fails with an invalid arguments error. In the WebBrowser control you can specify any sort of string for the URL and the control parses and resolves it correctly.
Will the release version add this partial URL resolve functionality to WebView2WebView->Navigate?
Without this it is a severe drawback to existing code where the WebBrowser IE control works easily.