Skip to content Skip to sidebar Skip to footer
Showing posts with the label Uwp

How To Add Support For Html5 Notifications In Xaml Webview In A Uwp App?

So I am using a WebView in my UWP application and I would like to handle HTML5 notifications. What … Read more How To Add Support For Html5 Notifications In Xaml Webview In A Uwp App?

How To Exit Or Close An Javascript UWP App Programmatically? (Windows 10)

I made a game and it needs it own exit button. I was not able to use the CoreApplication.Exit() sta… Read more How To Exit Or Close An Javascript UWP App Programmatically? (Windows 10)