Actually - in case anybody finds this thread instead of some of the more recent Stackoverflow threads - [Activity(ConfigurationChanges=ConfigChanges.Orientation)] may not be enough. If you're targeting Android 3.2 or higher, you also need to add ConfigChanges.ScreenSize. On top of that, it seems even for prior releases (at least that's what Dr. Google tools me), ConfigChanges.KeyboardHidden is also necessary. I'm targeting 4.0.3 and I've had to use all three until things worked as expected.
Regards Stephan -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Handling-Config-Changes-tp5110047p5711737.html Sent from the Mono for Android mailing list archive at Nabble.com. _______________________________________________ Monodroid mailing list [email protected] UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid
