Rotating webbrowser from current orientation is stretching(zooming) the webbrowser contents Windows phone
问题 I have a webbrowser which is in portrait mode. I am loading the webbrowser using this.webBrowserControl.Source = new Uri("http://google.com"); When the content is loaded the view looks like this there is rotate button provided, so if user is in portrait mode and user presses rotate button then I am rotating the webview using transform and setting its height and width so that it can occupy the whole screen pageWidth = 480; pageHeight = 800; RotateTransform transform = new RotateTransform();