Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?

like image 891
lukaszkups Avatar asked Oct 22 '15 11:10

lukaszkups


1 Answers

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.

like image 60
Matt Lacey Avatar answered Nov 12 '22 21:11

Matt Lacey