Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can Apache Cordova compile to legacy Windows desktop apps (non-metro)?

I need to develop an app that retrieves and saves data interacting with users, with a high focus on multi-platform support and rapid development.
The app does not require heavy graphics or processing etc.

I'm considering the use of Apache Cordova.

  • Can it compile and run as a native desktop app on Windows (not as WinRT metro app)?
  • How about Windows 7 and XP?
like image 870
Shimmy Weitzhandler Avatar asked Feb 23 '15 03:02

Shimmy Weitzhandler


1 Answers

There is a windows 7 cordova

https://github.com/otcshare/cordova-win7

More info: http://www.raymondcamden.com/2012/07/12/Windows-7-version-of-PhoneGapCordova

New link https://github.com/fabriceds/cordova-win7

And I have forked it so it will never be deleted https://github.com/jcesarmobile/cordova-win7

like image 120
jcesarmobile Avatar answered Sep 20 '22 09:09

jcesarmobile