Is it possible to load remote javascript files in a Windows Store App (written in JavaScript)?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Well, that depends: If your app is aimed for deployment on a web context, the answer is yes, otherwise (on a local context), script references are restricted for the locally packaged scope. Source
|
|||||||
|