I want to launch a URL in my JavaScript app for Windows 8 using Windows.System.Launcher.LaunchUriAsync, but I want it to start in a snapped view. Is there any way to do this?
I want to launch a URL in my JavaScript app for Windows 8 using
Share
You can’t start an app in snapped more or cause another to be started in that mode. One key thing to note is that a snapped view might not even be possible depending on the orientation or resolution of the screen. Additionally, with the philosophy of the user being in charge, it should be his/her choice to move to snapped mode.
You can programmatically move out of snapped mode (to fill mode) via TryUnsnap; however, the guidelines do state