Hello everyone! I am working on my first Xamarin.Forms app and I noticed that when my app is deployed on the Android emulator, I can rotate the emulator and watch the view update correctly. However, when I deploy my app to a Windows Phone emulator, rotating the emulator does not cause the view to update (won't switch from portrait to landscape or vice versa).
Is there something I have to add to or modify about the Windows Phone project to make it correctly respond to rotation? All user interface elements are packed into multiple StackLayout objects.
Thanks in advance for any help!