Windows Mobile Universal app support Ionic 1.3.1

Hi there,

I’ve been trying to build an ionic 1.3.1 app for windows mobile without much luck. As far as I’ve understood it’s not officially supported but as there is a platform in there for windows I assume it would be possible to do?

I add the platform and add the following to config.xml:

<platform name="windows">
    <preference name="windows-target-version" value="10.0" />
</platform>

The app builds without error using ionic build windows. And when run the appdevpackage as a powershell session that works without error as well. However when I click to open the application from the start menu, the emulator starts and then quits without any errors.

Has anyone got any experience getting this to work?

Fredrik