Skip to content
This repository has been archived by the owner on May 13, 2021. It is now read-only.

Rotation Preference attribute is set to "any" #192

Closed
dmitrymal opened this issue Dec 4, 2015 · 3 comments
Closed

Rotation Preference attribute is set to "any" #192

dmitrymal opened this issue Dec 4, 2015 · 3 comments
Assignees
Labels
Milestone

Comments

@dmitrymal
Copy link

I used http://manifoldjs.com/generator and struggled to get the windows project running using the
manifoldjs run windows command. The powershell would just shutdown without showing any errors.
When I gen'ed the code locally everything worked fine. I tracked the difference maker being the Rotation->Preference attribute in the appxmanifest.xml file. It was set to any by the online generation tool:

<uap:InitialRotationPreference>
    <uap:Rotation Preference="any" />
</uap:InitialRotationPreference>

Apparently it may not be a valid value. Replacing it with portrait solved the problem.

I am not sure what causes that property to be set to "any" when using the online generator. So I decided to post this here to see if people can fix it.

@boyofgreen boyofgreen added this to the release-0.4.4 milestone Dec 9, 2015
@boyofgreen
Copy link
Contributor

Yes this seems to be a issue, I'll make sure this gets addressed.

@boyofgreen
Copy link
Contributor

@f2bo if we get a chance to slip this in, let's remove any

@f2bo
Copy link
Contributor

f2bo commented Feb 24, 2016

Fixed in v0.5.0 (see #206)

@f2bo f2bo closed this as completed Feb 24, 2016
@ghost ghost locked as resolved and limited conversation to collaborators Feb 4, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants