cordova-win10

Is it possible to create ionic2 project with cordova-windows@5.0.0 instead of the current cordova-windows@4.4.3?

只谈情不闲聊 提交于 2019-12-25 09:27:08
问题 I need this because I am trying to problem in adding sqlite plugin to the project and compile for windows 10 platform. And according to research this is a bug in Cordova-windows 4.4.3 that was resolved to version 5.0.0. More by applying the command ionic platform add windows to add the windows platform the added platform is the 4.4.3: > ... > Windows project created with cordova-windows@4.4.3 > ... So how could I make version cordova-windows@5.0.0 used to create the project for the windows

Cordova plugin development in C# for Windows 8.1 / Windows 10

三世轮回 提交于 2019-11-30 17:06:16
问题 Is it possible to write a Cordova plugin for Windows (8.1/10) in C#? Alternatively, can a library component written in C# be wrapped as a Cordova plugin? If I haven't missed anything, MSDN and Apache documentation only show how to use C# for Windows Phone 8 (a JS implementation is expected for "Windows Universal") 回答1: Yes but there are some requirements. First, your library must be a Windows Runtime Component project. You can reference a winmd or a csproj in your plugin (see https://cordova