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

1

6

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?
Most answered 23/2, 2015 at 3:2 Comment(0)
R
4

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

Rademacher answered 23/2, 2015 at 7:34 Comment(6)
How about having Cordova as native app in Win 8?Most
if you create it with cordova-win7 it should work on Win 8 too as desktop app. The regular cordova create universal apps for WP8 and Win 8, but they are "store apps", not desktop apps.Rademacher
Is there any way to have Apache Cordova run on XP as a native app as well?Most
take a look into cordova node-webkit github.com/xverges/cordova-nodewebkit justbuildsomething.com/…Rademacher
FYI: cordova-win7 is no longer available on github, as far as I can tell.Brumfield
Thanks, added a new linkRademacher

© 2022 - 2024 — McMap. All rights reserved.