Questions tagged [windows-10-universal]

The Universal Windows Platform unifies all Windows 10 devices under one platform. Split into various device families including PC, Mobile, IoT and more, the UWP enables developers to write shared code across all device types.

JavaScript Application - Problem with Universal Windows Script

I recently built a website utilizing material design lite for the aesthetics: Here are the scripts included: <script src="./mdl/material.min.js"></script> <script src="Scripts/angular.min.js"></script> The necessary .css fi ...