I’m building my first simple Windows Phone app. I’m having some trouble though.
I’m using a WebBrowser control to show a web page that I don’t have control over. For some reason, the control doesn’t rotate with the phone. I’m completely at a loss as to why.
I can’t get the height to be 100% of the phone. If I set it to auto, I think it’s getting executed as 0.
Can anyone help me with this?
Here’s the XAML for a very simple app that only contains a WebBrowser control. It is full size and rotates. Can you compare with your app and spot what’s different? BTW, the only attribute I changed on the elements was the value of @SupportedOrientations.
Hope that puts you on the right path!