Initialization Error dialog
Posted: Mon Jul 22, 2024 6:43 pm
I run a WebVIew demo on an old installation of Windows 10, and so the initialization error is triggered.
A dialog pops up saying.. "WebView2 Runtime is not installed correctly...etc". GlobalWebView2Loader.InitializationError is true and this same text exists in GlobalWebView2Loader.ErrorMessage. So with the ShowMessage(GlobalWebView2Loader.ErrorMessage) code in place, the text is shown twice.
Is it possible to not show the first/initial dialog?
Thanks
A dialog pops up saying.. "WebView2 Runtime is not installed correctly...etc". GlobalWebView2Loader.InitializationError is true and this same text exists in GlobalWebView2Loader.ErrorMessage. So with the ShowMessage(GlobalWebView2Loader.ErrorMessage) code in place, the text is shown twice.
Is it possible to not show the first/initial dialog?
Thanks