Compile MeteorJS app to WindowsPhone
Asked Answered
H

1

7

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?

Hypertrophy answered 22/10, 2015 at 11:56 Comment(0)
T
2

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.

Timoshenko answered 22/10, 2015 at 12:47 Comment(3)
Yeah I know it is possible, but it drives me crazy to configure all the things related with compiling app to proper target system. Meteor makes it really easy to me and I was searching for something similar.Hypertrophy
"(and probably never will)" what is your source?Joe
@Joe I base my "and probably never will" on the fact that: it's been around for over two years and they haven't added support yet; it has a much smaller market share than the other platforms that Meteor supports; and it's about to be superseded by a new platform (Windows 10 mobile) that most devices running Windows Phone will, theoretically, be able to update to.Timoshenko

© 2022 - 2024 — McMap. All rights reserved.