4Str4ngeG4me
4Str4ngeG4me

Reputation: 536

Cordova 3 without Windows 8 support?

I try to deploy my existing PhonGap 2.3.0 project to Windows Surface RT (8/8.1). I found a lib for windows 8.

I also took a look at PhoneGap/Cordova 3.0.0 but it seems there isn't a target to win8 anymore, only wp8. I installed Cordova via nodejs, I didn't found another way.

enter image description here

Upvotes: 2

Views: 1066

Answers (1)

Drew B.
Drew B.

Reputation: 1145

If you're confused about what features are supported on what environments, make sure to read the Platform Support. It gives details about what is supported where.

It appears from the picture you posted you might be using Cordova CLI, which from the document I linked, does not support Windows 8.

Upvotes: 1

Related Questions