reactivemarbles / CrissCross

A Navigation Framework for ReactiveUI based projects
MIT License
41 stars 2 forks source link

Question-Nameless Window #133

Closed PaperHammer closed 6 months ago

PaperHammer commented 6 months ago

When using WebView2Wpf in CrissCross, holding down Alt + Tab will bring up a nameless window. It won't show up in the taskbar and task manager, is this normal? What is the purpose of this window?

当使用 CrissCross 中的 WebView2Wpf 时,按住 Alt + Tab 会出现一个无名的窗口。它不会显示到任务栏和任务管理器中,请问这是否正常?这个窗口的作用是什么?

1
ChrisPulman commented 6 months ago

This is the Wpf host window for the browser overlay, I will look into hiding it from Alt Tab too as I hid it from the taskbar and task manager. Thank you for pointing this out.

PaperHammer commented 6 months ago

Thank you for the explanation, and I will continue to stay tuned and look forward to future versions!

感谢您的解释,我也会继续关注,期待之后版本!