[release/8.0-preview5] [Blazor] Fix WebView JavaScript boot bug (#48594)
# [Blazor] Fix WebView JavaScript boot bug Fixes an issue where the WebView IPC receiver starts before the JavaScript dispatcher object gets initialized, preventing all Blazor Hybrid apps from starting. ## Description Due to some recent major changes in this area, a WebView-specific initialization order bug was introduced that prevents Blazor Hybrid apps from booting correctly. Unblocks https://github.com/dotnet/maui/pull/15415 ## Customer Impact Very large. All Blazor Hybrid apps will fail to start without a workaround. ## Regression? - [X] Yes - [ ] No Regressed from .NET 8.0 Preview 4 ## Risk - [ ] High - [ ] Medium - [X] Low The fix is very isolated and unlikely to introduce another bug. ## Verification - [X] Manual (required) - [ ] Automated ## Packaging changes reviewed? - [ ] Yes - [ ] No - [X] N/A
显示
- src/Components/Web.JS/dist/Release/blazor.webview.js 0 个添加, 0 个删除src/Components/Web.JS/dist/Release/blazor.webview.js
- src/Components/Web.JS/src/Boot.WebView.ts 4 个添加, 4 个删除src/Components/Web.JS/src/Boot.WebView.ts
- src/Components/Web.JS/src/Platform/WebView/WebViewIpcReceiver.ts 2 个添加, 2 个删除...ponents/Web.JS/src/Platform/WebView/WebViewIpcReceiver.ts
加载中
想要评论请 注册 或 登录