Hello All,
I have a metro app, and there is a page and a button in the page.
When I click the button, I will call the method "Windows.System.Launcher.LaunchUriAsync(fallbackUri)" to start ie10.
Then the ie10 is started as the right of screen, and my metro app displays in the left of screen.
But the size of my metro app is lager than 320, I want to set the size of my app to 320px in this case.
How should I do?