Click here to Skip to main content
15,886,137 members
Everything / WinJS

WinJS

WinJS

Great Reads

by Mihail Mateev
In this article you will learn about how to use PhoneGap with the new cutting edge Microsoft platform – Windows 8
by Scott Kuhl
Use WinJS 3.0 to create a cross-browser web app that can also be extended as a native Windows app.
by Mariano MountainMan Ureta
WinJS connection status
by Murali Gowda
WinJS custom control to plot/draw a simple donut like chart

Latest Articles

by Scott Kuhl
Use WinJS 3.0 to create a cross-browser web app that can also be extended as a native Windows app.
by Murali Gowda
WinJS custom control to plot/draw a simple donut like chart
by Anas Karkoukli
A small tip for debugging WinRT component calls from WinJS applications
by Mariano MountainMan Ureta
WinJS connection status

All Articles

Sort by Score

WinJS 

14 Jan 2013 by Mihail Mateev
In this article you will learn about how to use PhoneGap with the new cutting edge Microsoft platform – Windows 8
5 Oct 2014 by Scott Kuhl
Use WinJS 3.0 to create a cross-browser web app that can also be extended as a native Windows app.
19 Mar 2013 by Mariano MountainMan Ureta
WinJS connection status
9 Sep 2013 by ridoy
You should start from these:Consume a JSON Web Service from Windows 8 Metro App using WinJS/Html 5/JavaScript[^]How to consume JSON Web Service Using WinJS[^]
26 Jun 2014 by Murali Gowda
WinJS custom control to plot/draw a simple donut like chart
2 Oct 2014 by pedritin91
Hi everybody,I've been thinking in a way to make a "TableLayout" listview (something like CellSpanningLayout but this doeasn't resolve my issue, so I could see).The example is written in html, I hope it'will work fineI mean this sampleA method where I'll...
10 Dec 2012 by Mihail Mateev
You need to know a little more when you need to deploy and test Windows Store apps on arm devices.
18 Feb 2013 by anchitgautam
How can i enable my tiles(Windows 8 Apps ) to enable drag and drop. I want my tiles can be dragged and dropped within a gridview. Is there a way I can enable it. I found a post...
24 Jan 2013 by FrankLavigne
Hi, Here is how this is done in XAML and C#:http://blogs.msdn.com/b/going_metro/archive/2012/07/16/drag-and-drop-within-a-grouped-grid-view.aspx[^]The key three properties to achieve the effect are these: CanDragItems="True" CanReorderItems="True" ...
4 Mar 2013 by iwannis
I am the writer of the link you are mentioning. I have tested again the demo program (downloaded it and run it) and it executes correctly. What is the issue?
13 Jun 2013 by Anas Karkoukli
A small tip for debugging WinRT component calls from WinJS applications
8 Sep 2013 by Member 10261468
Hello,I have a question. How can I personate the data form my web service in my Windows 8 app? How can I work with the data?
21 Feb 2014 by vinayraghavendra.hs
hi allI am using following code to download video i am getting blob data successfully but i am not able to calculate progress percentage. please assist me.WinJS.xhr({ url: vurl, responseType: "blob" }) .done(function complete(result) {//do...
26 Feb 2014 by Murali Gowda
I have few xhr requests as follows,var promise=[];promise[0]=.WinJS.xhr({ type: "POST", url: "some url", data: somedata, headers: { "Content-type": "application/json; charset=utf-8" }, // responseType: "json" }).then(function(success){},...
2 Sep 2014 by Daroosh
I am trying to implement a flyOut with only 1 Input field and 1 button to enable users to enter a new value and click on the button to save it. However, WinJS.UI.Flyout isn't supported in Windows phone 8.1.How can I work around that? Thanks in advance
28 Sep 2014 by Dinesh Kumar Reddy
I am working on a windows phone 8.1 app using WinJS.I need to scan a QR Code and I am thinking of launching Bing Vision lens from my app. I checked the url association is not available for camera.Alternatively, I used File Open picker, so that I can use the camera button to launch camera,...
24 Nov 2015 by Member 10682150
I'm working on a Windows Universal Javascript App.Using WinJs, i need to get the below device configurations :1. Device RAM\CPU2. Network speed\Type3. Disk space being used by app4. RAM\CPU usagei've already implemented for device ModelName and...
24 Mar 2016 by Pedro Luis Gil Mora
I got this code on my app which tries to get contact thumbnail. But I don't know how to render that thumbnail.Windows.ApplicationModel.Contacts.ContactManager.requestStoreAsync() .then(function (cs) { cs.findContactsAsync(strSearch).then(function (list) { //Hope...
24 Mar 2016 by Pedro Luis Gil Mora
Windows.ApplicationModel.Conta...
17 Sep 2017 by Member 13414739
I've been building a game using Visual Studio 2012 ultimate. The aim of the game is to click as many coins as you can which fly from the bottom of the screen to the top. I want to have a timer displayed on the screen so when it reaches zero the game is over. So far i have achieved in making a...
16 Oct 2012 by David Rousset
How to build a small RSS reader with HTML5, CSS3 and WinJS, the Microsoft JavaScript framework for Windows 8.
4 Mar 2013 by Caleb McElrath
How-To: Create a JavaScript object during runtime based on an XML file.
2 Feb 2014 by Kadev
hi i want develop a calendar which save the date enter by user and push toast notification in some date, but the Toast notification use xml files,how can i use xml file like a data base and save in it the user's data i don't know how ,could you help me ?)