JCHutchinson
JCHutchinson

Reputation: 39

How to run phone-gap application on raspberry pi 2 on Windows 10 IoT

I was wondering if it is at all possible to run a phone-gap application on a raspberry pi 2 running Windows 10 IoT.

I am currently setup to build the app in C#, but being able to develop an app using HTML technologies would make integrating the app with my web page a lot easier, and quicker.

Any information is appreciated.

Upvotes: 2

Views: 378

Answers (1)

Mohamed Yamama
Mohamed Yamama

Reputation: 160

I don't think it works as Phonegap doesn't support Win10 UWP apps at least to date (see:http://phonegap.com/about/feature/) You can develop your UWP apps in C#, C++, JavaScript, VB, Node.js, Python and Arduino Wiring.

Source: http://ms-iot.github.io/content/en-US/Faqs.htm#rpi2

Please Mark As Answered if you find this helpful.

Upvotes: 1

Related Questions