This repository was archived by the owner on Jan 9, 2023. It is now read-only.
This repository was archived by the owner on Jan 9, 2023. It is now read-only.
VS2019 drops .jsproj (UWP JS) support, VS2017 keeps working #327
Closed
Description
Bug Report
Problem
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