Hello,
(Sorry for my bad english...)
I'm trying to use webviews in my HTML code with Cordova, but when I test the app, nothing appears. The log say that "navigate" is undefined...
So I suppose WinJS is missing. I notice I have the "Windows Library for JavaScript 1.0", and I need the 2.0
When I have installed the package via Nuget, the 3.0 was downloaded. And again, impossible to show the webview...
I decided to make a new Project without Cordova, and webviews work with the already included "Windows Library for JavaScript 2.0" reference.
I noted the path reference, but in my Cordova project, impossible to add the reference, the selector accepts only ".winmd" files. And the path targets an ".appx" file. How can I add it ?
Moreover, I tried the command line :
Install-Package winjs -Version 1.0.9600.17018
But it says the version doesn't exist, so I looked the versions list, but I can't know which is.
Have you any idea ? Maybe a solution for the WinJS 3.0 ? I tried to include the .js manually, but it didn't work :(
Thanks in advance,
Best regards,