In Windows 8 is there a way to start my WinJs app snapped to the left ?
Or does it always start full screen?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There is no way to start an application in a snapped view. This is deliberate decision to put the user in control of their Window layout. Let’s assume the user has some app already snapped but launching a new app seeminly overrides the snapped app and therefore suspends it. That might have a negative effect on the user’s experience.
On the flip side, there is the ability to programmatically attempt an unsnap – http://msdn.microsoft.com/en-us/library/windows/apps/windows.ui.viewmanagement.applicationview.tryunsnap.aspx.
If there’s a compelling reason of why you would want this capability, I know the team is willing to listen.