l4nk4b3l

Results 10 comments of l4nk4b3l

As far as i can tell as soon as the HtmlWebViewSource.Html property is updated the WebView will start refreshing. Calling reload is not necessary.

> @l4nk4b3l Could you include a sample (and maybe a UITest) where validate the issue and the fix?. Let me know if you need help with something. @jsuarezruiz Is the...

Thank you! The additional information was enough so i could add a uitest to proof this issue has been fixed.

I would like to know whats going on. I requested review about 6 months ago.

@florelis i attached my logs. I will check if installing Microsoft.WindowsAppRuntime.1.8 - v8000.616.304.0 will make any difference. ``` C:\WINDOWS\system32> (Get-AppPackage Microsoft.WindowsAppRuntime*1.8) + (Get-AppPackage Microsoft.VCLibs.140.00*) | >> Select-Object -Property Name, Architecture,...

I am unable to install `Microsoft.WindowsAppRuntime.1.8 - v8000.616.304.0` `Add-AppxPackage : Deployment failed with HRESULT: 0x80073D06, The package could not be installed because a higher version of this package is already...

I found a workaround. The app is starting when i run it using the .appinstaller file. https://github.com/user-attachments/assets/ed7ed3a6-1e30-457e-b231-bc87484745c0

> On my repro, manually installing the latest version of the Windows App Runtime 1.8.2 seems to fix the issue. You can download it from their [downloads page](https://learn.microsoft.com/windows/apps/windows-app-sdk/downloads) ([direct link](https://aka.ms/windowsappsdk/1.8/1.8.251003001/windowsappruntimeinstall-x64.exe))....

Any updates on this? I tried to collect some dumps but without success. I would like to investigate further but i have no ideas.