locked
How to switch the view from fulscreen view to snapped view in javascript? RRS feed

  • Question

  • Hello Guys,

    I have product list in my metro app and i want it to work like this: When user click on some product image, the web browser will be opened and my application will switch to snapped view. How can I implement this?

    I have found out, that the application state is saved in object Windows.UI.ViewManagement.ApplicationView and i can call method TryUnsnap(). Is there a method snap() ?

    Friday, June 29, 2012 9:59 AM

Answers

  • This is not possible - there is no way to snap yourself, the user must snap the app.

    This posting is provided "AS IS" with no warranties, and confers no rights.

    Friday, June 29, 2012 6:24 PM