Skip to main content
Filter by
Sorted by
Tagged with
Advice
0 votes
2 replies
74 views

I was thinking back to WinJS or WinUI with Windows Universal Applications (WUA) from about 10 years ago. I am wondering how it compiled and avoided typical architecture errors. If there is no memory ...
LJones's user avatar
  • 35
1 vote
1 answer
42 views

I have a Chrome Extension that injects a content script along with a library of components to display a UI (built using StencilJS). I've found on some sites that our UI does not display correctly ...
THEK's user avatar
  • 782
0 votes
1 answer
122 views

I'm working with Visual Studio 2017, winjs project. How to use FilePicker to open file dialog and pick an audio file, then play that file? Thanks guys.
Mai Reynolds's user avatar
1 vote
0 answers
35 views

I wanted to include a WinJS SDK from a third party into my electron app. However, I'm very confused because the script itself doesn't seem to be valid Javascript code, it's missing semicolons and ...
Game Unity's user avatar
1 vote
1 answer
1k views

I am trying to make a microsoft toast notification that has buttons or so called "actions" in this code i have 3 buttons A,B,C and i want to check if any of them are clicked and if so the run a line ...
metalex's user avatar
  • 121
0 votes
1 answer
249 views

In my HTML, I have this input: <input type="file" id="csv_file_input" /> I want to read the text content from that input. I tried this: var fileInput = $('#csv_file_input'); ...
TKoL's user avatar
  • 13.9k
0 votes
0 answers
89 views

I am trying to develop App using WinJS. I want to convert a HTML Content to a PDF file using JSPDF but I'm getting this error: JSPDF is undefined. I had tried JSPDF for WinJS. Here is my below code:...
nikita shelar's user avatar
0 votes
0 answers
49 views

We are building for latest Edge browser and I am seeing the issue where when user touches and scrolls a win-list item, the item turns grey and no other item is invoke-able anymore. I have created a ...
smile.al.d.way's user avatar
0 votes
2 answers
967 views

I found this documentation for exporting and saving a Canvas as a png. It gives the following code: var Imaging = Windows.Graphics.Imaging; var picker = new Windows.Storage.Pickers.FileSavePicker(); ...
TKoL's user avatar
  • 13.9k
2 votes
1 answer
464 views

I've created a basic UWP application with a WebView. I'm navigating to this URL: https://webrtc.github.io/samples/src/content/getusermedia/gum/ to test the use of getUserMedia(). The error I get is: ...
Narendra Girase's user avatar
0 votes
1 answer
24 views

How to make content of one column in item in WinJS.UI.ListLayout editable contenteditable="true", but remaining list columns remain active to other operations of ListLayout such as itemsReorderable="...
Dominik Jeník's user avatar
1 vote
1 answer
222 views

I make Windows Store apps with HTML + Javascript, WinJS type apps. I normally use localStorage to store most information, and I know how to navigate to where that localStorage is in the file system: ...
TKoL's user avatar
  • 13.9k
0 votes
0 answers
74 views

I want to implement QR code Scanner in WinJS for UWP apps. I have added reference of ZXing library but could not understand how to implement it in winJS project . I am using visual studio 2017.Any ...
nikita shelar's user avatar
0 votes
1 answer
76 views

WinJS or MobileFirst is injecting this piece of code on my index.html, the problem is ui-light.css is messing up with my .css even though it is the very first <link> on the <head> Is there ...
Leandro's user avatar
  • 691
0 votes
1 answer
95 views

I have 2 variables, accentColor, and backgroundColor. backgroundColor updates as expected when I change the Windows settings from Light to Dark mode, but accentColor does not change when I choose a ...
scripter's user avatar
  • 115
0 votes
1 answer
265 views

I'm building a UWP app with javascript and in a subfolder, I have a node_modules folder and a bunch of files that are there for compilation and debugging, but should not be in the final build. I don'...
TKoL's user avatar
  • 13.9k
0 votes
1 answer
453 views

Hi i am using HP Tablet with GNSS sensor built-in with it , so i want to get Geo-location that is latitude and longitude without internet but i am not able to get Geo-location coordinates without ...
 prorockstar's user avatar
0 votes
0 answers
195 views

How to handle 404 URI (Not included in appxManifest->Content URI section) in UWP app. If i add URI domain name in appxManifest->Content URI section then msapp-error.html will take care. other wise ...
Mahesh's user avatar
  • 141
0 votes
2 answers
552 views

I have been Implemented Universal Windows Platform app in visual studio using winJS, javascript,css and html now i want to use same code base for creating android application..so what all things i ...
Shivaraj Rajagolkar's user avatar
0 votes
1 answer
104 views

I have a HTML5/JavaScript Store project built on VS2013 using WinJS2.0 and AngularJS. The app is pretty matured at this stage and runs fine both Windows 8.1 and Windows 10. However, when I try to ...
smile.al.d.way's user avatar
6 votes
0 answers
208 views

I have the following code in WinJS: <win-menu id="showAddContentMenu" anchor="'#showAddContentMenuCommand'"> <win-menu-command label="::'newFolder' | translate" ...
joesid's user avatar
  • 691
1 vote
1 answer
1k views

I have a WinJS-UWP-Application, where I use TypeScript 2.5. I just upgraded from VS2015 to VS2017. When I want to debug my WinJS-UWP-Application the Breakpoints inside my .ts-Files are not noted, ...
TheTanic's user avatar
  • 1,648
0 votes
1 answer
309 views

Since the latest Windows Update (1703) the Windows.Media.dll always throws an exception when I try to display a camera preview using a HTML5 video tag that was originally working. The whole error ...
ppm1337's user avatar
-2 votes
1 answer
531 views

I want to publish UWP app to store. For this user must have sign-in with Microsoft developer account. I am trying to sign-up process from last 2 weeks but each time it throws an error Something ...
avinash's user avatar
  • 41
3 votes
2 answers
112 views

I've created an Ionic 2 app. Now I have my buttons set up like this: <button class="my-button" (tap)="doSomething()" tappable></button> Now the tappable should remove the 300ms delay on ...
Ivafo's user avatar
  • 7,729

1
2 3 4 5
34