Tagged Questions
1
vote
1answer
28 views
Programmatically open content in IE 10 desktop mode from Windows 8 mode
If I have content running in IE 10 in Windows 8 mode, is it possible to programmatically open that content, or other content, in IE 10 in desktop mode? And/or vice versa?
0
votes
0answers
9 views
Change Windows 8 view state using JavaScript in IE10
Is it possible to change view state programmatically in IE 10 on Windows 8? For example, if IE 10 is currently running in snap view, can you respond to user interaction and force IE10 to fill view or ...
0
votes
2answers
54 views
HTML5 Canvas performance very poor using rect()
I'm writing a game, which displays the score at the top of the screen in the following fashion:
canvasContext.fillStyle = "#FCEB77";
canvasContext.fillText(' Score: ' + Math.floor(score) + ' ...
0
votes
1answer
13 views
Windows8 Store app doesnt support onhashchange
I am trying to make an WIN8 app out of my html5 project.
Unfortunately I have been using hashes and especially the event onhashchange which is not supported by Windows8 apps.
This event is not ...
0
votes
2answers
34 views
Are WinJS/Metro Apps single threaded?
I read in Windows 8 development tutorial that Metro apps written using HTML/JavaScript runs on single thread. If so, how it executes asynchronous functions in WinRT?
0
votes
3answers
44 views
Promise chaining not working. Why?
I have following code to select multiple contacts and the filter only names that have XYZ. I am using then and done to accomplish this filter. In my contacts, there is one contact named XYZ Dude and I ...
0
votes
0answers
24 views
Input data cannot be processed in the non-chronological order - Error being thrown from WinRT
I am currently using the below code for detecting gestures
var inputManager = (function () {
var that = {};
var gr;
var canvas;
var manipulating = false;
...
1
vote
0answers
47 views
Win8 JS/HTML “Sliding” Div(?) [closed]
i need the knowledge how to do a "sliding" div with JS/HTML in my app.
There is one at the gMaps-App if you open the AppBar and click von Search or Route.
Example
Thanks for your help :)
Have a ...
0
votes
2answers
38 views
Toast notifications only pop up if the app is being activated
I have this problem with toast notifications, my app shows toast notifications only when it is activated (I.e: when I am using it).
Here is my code for the toast notifications:
private void ...
1
vote
2answers
43 views
Fire a JS function every time a settings flyout appears
I currently need a couple JavaScript functions to fire every time a user pulls out a settings flyout to dynamically populate the flyout. For example:
(function() {
functionOne();
})();
...
1
vote
2answers
173 views
Jquery not working in Windows8 HTML 5 App
I created new Windows 8 HTML 5 App. I added jquery file to it. But the Hello World! is not getting printed in TextBox
MainPage.xaml.cs
private void Browser_Loaded(object sender, RoutedEventArgs e)
...
1
vote
2answers
26 views
Filtering contacts to display or show only set number of contacts
My app is calling pickMultipleContactAsync method that returns a list of contacts. If I want to filter only particular contats to display or show only a set number of contacts, does WinJS provide any ...
0
votes
2answers
38 views
Options for logging Windows Store apps
So I'm creating many Windows (8) Store apps and I'm wondering what are my best choices to help my users but possible bugs (if they ever occour).
I was thinking about a log4net like solution to a ...
1
vote
1answer
32 views
Windows 8 how to choose which camera to initialize
I am developing a Windows Store App and I am using the Camera and Microphone capabilities. I would like the back camera to be initialized but the examples that I have found always initialize the front ...
1
vote
1answer
36 views
badge to the tile in my windows 8 app
I want to display a badge to the tile in my windows 8 app.I have tried following code and not getting the badge in the tile.No errors are showing up. I am not getting what the problem is.I am stuck up ...
0
votes
1answer
36 views
Converting web image url to Windows.Foundation.Uri to use on a secondary tile (JS, Windows 8)
I am trying to get my Windows 8 "Metro" application to work so that when i add a tile i can use an image dynamically got from the internet. I am aware i cannot set the ...
0
votes
1answer
51 views
ListView item animations - Windows store app
I create simple grid application using basic grid example in visual studio and this tutorial. I expected this animation will work on all item's, but it seems that it works only on first one. My ...
0
votes
2answers
37 views
Javascript - WinRT - How share score with twitter or Facebook?
I make a html5/JS game on WinRT for Windows 8.
I would like to share score of a game with twitter or Facebook. Can we do this ? There is a the sharing contract, but I only know it for email. Can we ...
1
vote
2answers
108 views
how to remove an elemet from group listView in windows 8 app using javascript
I want user to select an item from listview and then from the appbar click on the delete button to remove the selected item.... I have done this kind of thing many times before but on a simple ...
3
votes
2answers
85 views
WinJS gestureRecognizer - how to trap multiple gestures
I've been using this article (and some others) to try and implement a gesture recognition in my app, and it does work. However, what I want to do is to detect multiple gestures; for example, a swipe, ...
0
votes
1answer
43 views
JavaScript Windows 8 app setInterval() issue
Basically I have this code in MS Visual studio 2012 for a windows 8 JavaScript+jQuery app.
<script>
window.setInterval(function () {
var currentx = $(".ball").css("left");
...
0
votes
0answers
58 views
BackButton loads more pages not a single one
I have created a single page Javascript application for Windows 8 and a have a little problem. When I press BackButton it loads alla previous pages I have already visited and also its streches the ...
-1
votes
0answers
82 views
Develop Windows 8 apps with Dart [closed]
I'm thinking of developing a web app that I can easily import to other platforms. I know that one can develop Windows 8 apps with JavaScript and HTML5. Since Google's Dart has a built in dart2js ...
1
vote
1answer
69 views
Create Keyboard “Extension” like Windows 8 Metro IE
In Windows 8 Metro Style IE, if you click on the address bar, there will be "bookmark" tiles show up on the top of the address bar. If you are on a touch device, the tiles will show up above the soft ...
3
votes
3answers
90 views
How to update visually a live tile every minute of a Windows Store App in JS/HTML/CSS?
I would like the live tile of my app to be updated everytime the user opens the Start screen as its live tile's feature is "only" visual (doesn't need to be on lockscreen or perform specific logic in ...
1
vote
1answer
71 views
Why is the result of document.getElementById null in this case?
I am basically new to JavaScript and WinJs stuff. Following this tutorial to learn it.
My default.html is below
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
...
0
votes
2answers
74 views
Switching from GridView to ListView when Windows Store app is snapped
I am trying to change the layout of my listView control from "GridView" to "ListView" when application gets snapped. Of course, it should return to "GridView" in any other state. I wrote some code, ...
0
votes
0answers
13 views
Adding blank column at the end of reader pane
I am developing a reading pane for windows 8 app with two column layout and when the user scrolls two columns are visible one at a time. If we have three filled columns when user scrolls , two ...
0
votes
2answers
64 views
How can a Windows 8 Store app (Javascript) open Permissions pane programmatically?
I know that we can programmatically open an app's Settings pane by
Windows.UI.ApplicationSettings.SettingsPane.getForCurrentView().show()
and app created setting panes by using the WinJS library.
...
0
votes
1answer
42 views
“Flip View” of ListViews for Windows8
I would like to create a "FlipView" of ListViews in Windows8 using JS and HTML. That is, I would like a control that would display a ListView and when the user swips or scrolls, it would display the ...
0
votes
1answer
94 views
How can I list my twitter followers list in WinJS.UI.ListView
I want to list all my twitter followers in my WinJS.UI.ListView.
WinJS.xhr({
url: "https://api.twitter.com/1/followers/ids.json?cursor=-1&screen_name=" + twitterusername,
...
-2
votes
1answer
20 views
Windows store app - true/false slider [closed]
I tryed to find windows true/false slider element, but without any succes. I try to use input range, but this is not the same. I can use checkboxes for 0 - 1 value, but I realy need those slider's ...
1
vote
1answer
60 views
Download in iframe not working
We have an issue in Windows 8 IE 10 with downloading.
Currently we use the following (pseudocode):
<form id="downloadformid" target="iframeid" action="https://url/" method="post">
<input ...
1
vote
2answers
64 views
innerHTML adds text but not html tags
First off sorry for this beginner question but I just recently learned JavaScript and I am now learning to develop Windows 8 apps. Here is the code in question:
var numbers = [1, 2, 3, 4, 5];
...
0
votes
1answer
93 views
Metro Apps - SQLite vs Indexed Db
I am about to start working on a metro app using JavaScript/HTML which will store data locally, when no internet connection is there and also planning to port the same on other platform's later.
What ...
0
votes
1answer
54 views
How do I adapt the WinRT JScript RDP sample to XAML?
The WinRT JScript sample "Remote Desktop app container client sample" runs the RDP activeX component. This sample is similar to the RDP App downloaded from Windows Store. The sample is contained in ...
0
votes
2answers
109 views
WIndows 8 App, HTML/Javascript Offline Black Screen
I'm trying to develop a small Windows 8 App as a test for a larger project that I'll be working on.
I'm using VS 2012, HTML, CSS, and Javascript. I've been able to create, build and deploy the app ...
0
votes
1answer
64 views
What is the syntax for calling functions defined using WinJS.UI.Pages.define from the associated html?
Since there is a distinct possibility that I'm doing something wrong, I'd like to describe what I'm attempting to accomplish, in case there is a better way of doing it.
Platform: Windows 8 app using ...
1
vote
1answer
33 views
addEventListner working only at app creation
For some reason my eventHandling code stopped working.
I was working on some functions to handle the indexedDB stuff, when i went back to work on the interface, i noticed that the eventHandlers only ...
0
votes
1answer
41 views
How to switch language for WinJS.Resources.processAll?
When using WinJS.Resources.processAll WinJS is using the system language, which is fine. And the example at this MSDN site shows, how to change the language/context to change single strings: ...
0
votes
2answers
53 views
Windows 8 App Javascript: Is applicationData localSettings persistent?
i'm looking for a way to store user Settings in a windows 8 app. I found this storage:
applicationData.localSettings["exampleSetting"] = "example";
My question is: Is this data stored in ...
1
vote
0answers
33 views
WinJS.Binding multiple sources
I'm new to data binding, but it looked like an easy way to achieve what I need to do.
My problem (as you can see) is that I have two (or more) of these boxes with different data on each page. The ...
1
vote
0answers
74 views
Javascript does not work in visual studio (Windows 8)
I am building a puzzle game. And When I run it in visual studio I get this msg
0x800a1391 - JavaScript runtime error: 'onCanvasClick' is undefined
and I get the prb at this point in the code ...
-1
votes
3answers
155 views
Support for jQuery in Windows Store Applications
Here is my default.html file
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>app1</title>
<!-- WinJS references -->
<link ...
1
vote
1answer
76 views
winjs appbar.wincontrol is null
I am creating a Windows 8 HTML5 app, and implementing an app bar. When I access the appbar.winControl it is always null. So if for example I write appbar.winControl.show() I get an exception claiming ...
2
votes
2answers
215 views
How to upload image to azure blob storage using javascript
I think the question says it all: How can I upload an image to an azure blob storage using JavaScript for Windows 8 Apps? I can only find examples for C# on the internet but nothing for JavaScript.
0
votes
2answers
45 views
Windows store app messageDialog - proceed when close
I wish to achieve that program will not proceed to next line in code until user click close button on messageDialog. Is that possible?
In this example I wish to change document background color to ...
0
votes
0answers
34 views
Windows store app - cryptographic key dialog
I manage to create cryptographic key dialog in c#(code below) and I get status code of response message ok. That's fine.
But now i'm wondering, if this same think can be done in javascript project? I ...
7
votes
2answers
151 views
Do Windows 8 JavaScript apps support GIF images?
Do Windows 8 JavaScript apps support GIF images?
If so, how can I display the GIF image?
I tried this below code but it wasn't working:
<img id="backround" src="images/header.gif" />
Update
...
0
votes
0answers
76 views
Open Windows Explorer from Windows Store app
It's actually a simple question, I have a n index of saved locations of my local network, like \\server\file01. I'm showing the user a grid with these entries and I want to open Windows Explorer when ...




