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

Detect When Your Windows 8 App Is Uninstalled?

How can I tell using c# or winjs when your app that the user downloaded is being uninstalled? Can y… Read more Detect When Your Windows 8 App Is Uninstalled?

Navigate To A Specific Html Page On Clicking Toasts With Params (winjs)

I have a WinJS project and I receive toasts notification from my webservice. In my webservice my XM… Read more Navigate To A Specific Html Page On Clicking Toasts With Params (winjs)

Navigating To Another Html In Windows Store App

I am trying to find a way to navigate to another html in my app. I tried window.location and WinJS.… Read more Navigating To Another Html In Windows Store App

How To Save Any Format Of Byte Array Content Data To A File In Winjs And Save To Local Folder In Windows Tablet

hi we are developing windows application using javascript , we want to download a file from json se… Read more How To Save Any Format Of Byte Array Content Data To A File In Winjs And Save To Local Folder In Windows Tablet

Why Does Tostatichtml Remove Data-* Attributes

My application dynamically builds HTML content as a string and when finished the content is being a… Read more Why Does Tostatichtml Remove Data-* Attributes

How Do I Create A Pre-build Step For A Javascript Metro App In Vs11?

I want to run some custom batch code just before every build. In a VS Solution 1: You can use the … Read more How Do I Create A Pre-build Step For A Javascript Metro App In Vs11?