Top "Winjs" questions

The Windows Library for JavaScript (WinJS) is a JavaScript library that can be used with any HTML, CSS, and JavaScript project on any platform including web sites, native apps, and hybrid apps.

how to reset <input type = "file">

I am developing a metro app with VS2012 and Javascript I want to reset the contents of my file input: &…

javascript visual-studio-2012 winjs
Horizontally center a DIV in page

I'm trying to center a div, which is the Microsoft pubCenter AdControl for Windows 8 apps in HTML5/JavaScript. <div …

html windows-8 microsoft-metro winjs
Passing and retrieving multiple parameters in jquery from one page to another page

I want to pass 4 names using jQuery from one page to another page using jQuery in winRT app. done using …

jquery variables parameters navigation winjs
Using jQuery with Windows 8 Metro JavaScript App causes security error

Since it sounded like jQuery was an option for Metro JavaScript apps, I was starting to look forward to Windows 8 …

jquery microsoft-metro winjs visual-studio-2012
WinJS.xhr: Network Error 0x2efd, Could not complete the operation due to error 00002efd

I have problem with WinJS.xhr when developing a Windows 8 Metro application in JavaScript. WinJS.xhr({ url: "http://www.seznam.…

xmlhttprequest winjs
WinJs in the browser?

After playing a bit with the new Visual Studio 11 preview, I think the most interesting question is how can I …

windows-8 visual-studio-2012 winjs
IndexedDB view all Databases and Object Stores

I'm using IndexedDB in a Windows 8 app and I'm very new to both. I've been able to successfully create, read, …

windows windows-store-apps winjs indexeddb
HierarchyRequestError when modifying DOM in Windows Metro application

I'm building a Windows Metro application using Javascript and HTML and it crashes with a HierarchyRequestError: Exception was thrown but …

microsoft-metro winjs
Chaining Promises recursively

I'm working on a simple Windows 8 app in which I need to fetch a set of data from a web …

javascript windows-8 winjs
Display: Flex loses right padding when overflowing?

I have an issue with a CSS3 flexbox. If I set the flexbox element to overflow and set a min-width …

html css winjs flexbox