lukaszkups
lukaszkups

Reputation: 5990

Compile MeteorJS app to WindowsPhone

I would like to build my current project to 3 main mobile platforms: iOS, Android and Windows Phone 8.

At the moment I can compile it to iOS and Android, but can't find any info for compiling it to WindowsPhone. I've heard that there was no support for this platform but since MeteorJS is available on Windows platform maybe something has changed?

If it is not possible in the straight way, maybe someone tried to compile MeteorJS to Node.js and then to WindowsPhone app?

Upvotes: 7

Views: 556

Answers (1)

Matt Lacey
Matt Lacey

Reputation: 65586

Meteor doesn't support Windows Phone (and probably never will).

Windows and Windows Phone are actually very different operating systems. Going forward 'Windows Phone' will be superseded by the Mobile version of Windows 10 which are very similar platforms. Maybe support will come then.

In the mean time it is possible to build straight PhoneGap/Cordova apps for Windows Phone.

Upvotes: 2

Related Questions