Notifications Windowing WebView2

Notification Issues

SymptomLikely causeFix
Notification no-opApp is elevatedRun non-elevated; app notifications are unsupported for elevated apps
Click does not activate appManifest COM activation missing or GUID mismatchFollow notification quickstart manifest registration
Closed-app click path failsStartup reads args before registration or does not route activationRegister notification manager before reading activated args

Windowing Issues

SymptomLikely causeFix
Window.Current nullUWP patternTrack windows explicitly
AppWindow not foundHWND conversion missing/wrong windowUse WindowNative.GetWindowHandle and Win32Interop.GetWindowIdFromWindow
Custom title bar eats clicksDrag regions not configuredRecheck title bar input region docs

WebView2 Issues

SymptomLikely causeFix
Works on dev machine onlyRuntime already installed locallyChoose Evergreen install path or fixed runtime distribution
Unexpected page loadsMissing navigation policyRestrict origins in NavigationStarting
Tests only cover native shellWeb content untestedAdd Playwright checks for complex web flows