You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 9, 2023. It is now read-only.
Cordova Windows projects no longer function in the latest Visual Studio release (2019).
What is expected to happen?
Cordova Windows Visual Studio solutions open, compile, and deploy successfully using the latest Visual Studio release.
What does actually happen?
None of the above.
Information
Command or Code
cordova run windows
Environment, Platform, Device
The official Visual Studio 2019 release drops all support for JavaScript UWP projects. Per it’s release notes:
UWP JavaScript apps are no longer supported in Visual Studio 2019. You cannot create or open JavaScript UWP projects (files with extension jsproj).
As best as I can tell, the only two paths forward for Cordova apps using .NET plugins are 1) Cordova-Electron + Edge.js, or 2) writing a custom UWP host with a full-screen WebView (perhaps using WebView.Interop.
Version information
Checklist
I searched for existing GitHub issues
I updated all Cordova tooling to most recent version
I included all the necessary information above
trajano, pjc2007, dotNetShawn, internetbird, trueromanus and 2 morejanpio, oliversalzburg, bvosk, muller-c, tjmoore and 7 more