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?

Uwp: Cannot Access Licenseinformation

I am using the following piece of code to check in my UWP-JS app if an in-app purchase is active: (… Read more Uwp: Cannot Access Licenseinformation

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)