Yep, you can use C# to write Windows Runtime Component (.winmd) and then include it to your Cordova plugin. See BarcodeScanner implementation on Windows8 for more details:
https://github.com/MSOpenTech/BarcodeScanner Thx! Sergey -----Original Message----- From: Achenbach, Martin [mailto:[email protected]] Sent: Friday, August 29, 2014 6:52 PM To: [email protected] Subject: Windows8 Plugin Hi there, I'm currently trying to write a Windows 8 Plugin (not Windows Phone 8) for local DB access, I can't use the Filesystem plugin. I want to do this in C#. Is this possible? I only see JS Plugins for Windows 8... Thanks for the help! Martin
